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 Articles
- 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?
- Highcharts getSVG plotOptions series.lineWidth not working
- Highcharts: Offset origin for positive and negative values
- Stochastic on a weekly basis
- tickInterval & categories. Only first category shows
- Highchart hide series element with xAxis
- Highcharts.JS, Pie chart links to onpage #div ajax content links
- Highcharts - add additional export options without losing default ones
- Higchahrts click entire column to trigger point click event
- Email Charts - Bar, Area and Pie Charts
- Setting Highcharts styledMode: true fails to load CSS
- Change legend symbol in Column Chart in highcharts
- Responsive Line Chart using High Charts & Bootstrap 3
- Is there a way to copy the contents of a HighCharts tooltip to the clipboard?
- Posting data to the server from highchart points
- start value in y-axis in HighChart
- Highcharts How to get decimal point values on y-axis with big numbers
- highchart custom menu with when i drilldown and drillup custom event (contextmenu) not working
- HighCharts not plotting data coming from model method in rails
- Replace axis labels with custom in highcharts r
- how to get basic line highchart dynamically through json data