score:2
Accepted answer
You can wrap positionItem
function, to post-translate items to be in the middle: http://jsfiddle.net/6fgMp/3/
(function(H){
H.wrap(H.Legend.prototype, 'positionItem', function(proceed, item){
proceed.call(this, item);
if(item.legendSymbol) {
item.legendSymbol.translate(0, 10);
}
if(item.legendLine){
item.legendLine.translate(0, 10);
}
});
})(Highcharts);
Source: stackoverflow.com
Related Query
- Highcharts vertical align legend symbol
- Highcharts -> how to add vertical title to bar? how to make the symbol in the legend a rectangle?
- Highcharts - How to display legend symbol inside the tooltip
- Is it possible to hide the line & symbol next to Highcharts legend items?
- Highcharts Legend Title Horizontal Align
- Highcharts Symbol in Legend
- How to align highcharts legend to bottom right?
- Highcharts legend symbol sizes for scatter charts
- highcharts legend items align to the left when width is set
- Custom Highcharts legend symbol
- Highcharts solidgauge legend symbol not taking series color
- Change legend symbol in Column Chart in highcharts
- in highcharts, how can I align legend symbol and legend text?
- highcharts legend position wrong when align ='left' or 'right'?
- Set custom legend item symbol (or icon) in HIghcharts
- Highcharts Solid Gauge Legend Symbol
- Highcharts custom symbol legend
- Highcharts Custom SVG Marker Symbol is Shaped Different in Legend
- Vertical align legends in highcharts with two column
- How do i color the highcharts legend square symbol when my chart has multiple color entries
- Highcharts use legend symbol and legend parms, not scatter marker symbols - in scatter plot
- Highcharts custom legend SVG symbol does not fade when you click to turn off series
- Align Legend with x-Axis Title in HighCharts
- HIghcharts Legend Symbol Getting out of graph Canvas
- Set custom symbol to HighCharts legend
- Highcharts Legend issue: I Wanted to make Legend 100% width and text center align it works fine in crome but it is not aligned center in firefox
- Add symbol to custom legend layout - Highcharts React
- Highchart pie vertical legend align right not pinned to plot correctly
- HighCharts Hide Series Name from the Legend
- How to modify highcharts legend item click event?
More Query from same tag
- Show line of zoomed in series when no points within zoom range using boost
- How to revert/reverse/undo setSize() in Highcharts
- Max & Min highchart line
- Highcharts yAxis.max manage tick intervals dynamically
- Better way to use Ruby/Sinatra to pass data to Highcharts?
- highcharts heatmap drilldown link on yasix
- highcharts column chart with line, need line start at bar start
- Wkhtmltopdf + Highcart export issue
- how can i do this using highcharts, superposition two series share with yAixs
- Highcharts chart with risk color background
- How to draw an outer border for a donut chart - Highcharts
- Why applying the same data twice breaks a chart?
- How does HttpContext.Current.Response.Binarywrite work?
- Changing month names of a highchart plot
- HighchartsJS Click Event on iOS 6
- Highcharts hover delay and not rendering with multiple series
- change background color for highchart candlestick plot
- Create a floating bar in HighCharts cloud
- Displaying date on the x axis with Highcharts using ASP.NET MVC
- Exception in highcharts.js line 167
- Meteor Highcharts using collection data
- Dual y-axis matching on Highcharts
- Highchart column bar doesn't appear exactly
- Is there any way to define the indivdual dataLabels connector width in a pie chart
- Highcharts: how to export several charts from the browser?
- Show loading highstock
- Can I specify the x axis lablel in highchart?
- is it possible to add a legend for bubble size in high charts?
- Hightcharts present values by date from database
- Exporting of tooltip in highcharts