dragan wrote:Hi,
This feature is planned for the next release.
Hi dragan, thank u for your reply. Now I want to implement this function, and I achieve it by listening to the legendItemDown event and rerender the chart by set the chart's specific series' data null. The problem is that once I click the legend item, the selected line hides, but the xAxis isn't just what I set, the code is:
Code: {
type: 'category',
location: 'bottom',
categories: ['Cat 1', 'Cat 2', 'Cat 3', 'Cat 4', 'Cat 5', 'Cat 6']
}
,the issue is the Cat1 ,Cat2...shows above a number axis such as 0, 1, 2,3 ,4.
(Sorry I can't upload the snapshot), I think it may cause by the the canvas,I tried to clear the canvas before draw chart, but id doesn't work, can you help to figure this out?