score:-1
Have you tried something like this?
"legend": {
"align": "left",
y: -20 // <=== use a negative value
}
score:9
it seems like you need to set 'floating: false' http://jsfiddle.net/hx86zhob/1/
legend{
layout: 'vertical',
align: 'right',
verticalAlign: 'middle',
floating: false
}
Source: stackoverflow.com
Related Query
- Highcharts - Legend Positioning outside the chart
- To display legend of the chart outside the canvas of the chart in highcharts
- Click a point on a highcharts graph from outside of the chart
- Highcharts - Positioning the legend (left and right/x and y)
- canvg and highcharts how to include chart legend and keep the chart size?
- How do i color the highcharts legend square symbol when my chart has multiple color entries
- highcharts - Draw horizontal line outside the chart area
- highcharts hide the chart except the legend
- Highcharts - Place the y-axis plot-line label outside the chart area
- Highcharts Pie Chart Add Value to the Legend
- Positioning Highstock Zoom Buttons outside the chart area within a <div>
- realign Labels inside and outside the bar chart on highcharts
- Highcharts same legend color as of the pie chart slice color
- Highcharts same legend color as of the Pie chart slice color?
- Move highcharts legend outside of chart container
- How to display legend in Highcharts Waterfall Chart and make the sum column of waterfall appear in multiple colors?
- Highcharts showing points on hovering over the line which are outside the chart area when the chart is zoomed in
- Locating the legend in Release Burndown Chart Code
- HighCharts Hide Series Name from the Legend
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- HighCharts - Make the pie chart 100% of the div
- Hiding a Highcharts series without using the legend
- Highcharts => Getting the id of a point when clicking on a line chart
- How to export a Highchart chart to PDF thanks to a button outside the chart?
- Highcharts - labels inside and outside a pie chart
- HighCharts : Adding Hyperlinks to the X-Axis of the chart
- How do you increase the performance of highcharts chart creation and rendering
- Highcharts - How to display legend symbol inside the tooltip
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- How do you add text to the bottom center of legend and bottom center of chart under legend?
More Query from same tag
- Highcharts setting weird column spacing with monthly timeseries
- Multiple X-axis values in highcharts
- Control spacing between bars in Highcharts grouped bar chart
- Implementing Custom Temperature Gauge with Angular 4 and HighCharts
- Shared tooltip positioner point.plotY is always 0 in Highcharts Stacked columns
- Highchart : How to set different step on each xaxis label?
- Disable marker on certain points on highcharts
- how to import JSON data into VS2012 to plot highcharts
- Highcharts/Highstock How to show original OHLC values in tooltip for chart drawn using adjusted OHLC values?
- add each dataLabel a function on mouseover/mouseout
- HighCharts Drill down not working
- Find and fill intersection of line chart with plot line in highcharts
- Chrome won't display the x-axis labels in Highcharts, Safari and Firefox do it
- How can I get highcharts Donut chart to auto calculate percentages
- Highcharts Pie chart export, labels are rendered twice
- Add static content into highchart exported pdf header
- Highcharts sync is not working horizontally
- Is there any way to highlight specific node on click | Highcharts Sankey
- Highcharts Line Charts Out of memory
- highcharts x axis date variable range
- How to change the interval of negative values? using Highcharts
- Highcharts variation (%) between yaxis values in tooltip
- Unresponsive touch in android webview
- Highchart shiny R scatter plot - how to define individual point colors
- How to create such pie chart/ donut chart in highchart?
- How to build a split donut chart
- Pie chart slice - center of mass
- How to display the total of the series values for a donut chart in Highcharts?
- how to add hover effect in hightcharts?
- Can I assign a different radius for each pie slice using Highcharts?