I'm using Highcharts,
I want to have a legend like Maps instead of default Line graph's legend, for specific line only.
For example, using this legend
legend: {
layout: 'horizontal',
borderWidth: 0,
backgroundColor: 'rgba(255,255,255,0.85)',
floating: true,
verticalAlign: 'top',
y: 25
},
instead of
legend: {
layout: 'vertical',
align: 'right',
verticalAlign: 'middle',
borderWidth: 0
},
in this example, having "Tokyo" numbers in details.
Any Ideas??