Highcharts: structure legend by subtitles
问题 I was playing around with Highcharts the last days. One thing, I couldn't find out, is if it is possible to include subtitles to the legend to structure the results. In my example: http://jsfiddle.net/gWEtB/ var allData={ products: ["Product1", "Product2", "Product3", "Product4"] } var colors={ 'own': ['#3B14AF', '#422C83', '#210672', '#886ED7'], 'comp': ['#E7003E', '#AD2B4E', '#960028', '#F33D6E', '#F36D91'], 'new': '#00CC00'} `$(function () { $('#container').highcharts({ chart: { type: