Hi!
Below list of legend questions I have (since it displays not correctly with big number of items):
1.do you support creating columns in legend (rendererOptions)like below:
legend: {
show: true,
location: 'ne',
rendererOptions: {numberColumns: 2}
}
2.for series with 3 dimension (line) exist series.showInLegend property, which enable to remove series from legend. How I can do it for pie ? Since it is 1 series with data X,Y where X is legend.
3.could you provide sample for using javascript for access data in legend - for example - count of items, current position, current size
Thanks