hi there,
at first: sorry for my bad english.
i have a pie-chart with legend. now i have a lot of series (about 300) in it.
i want, that all series are hidden at start, so user can select the series, he wants to see.
i tried:
$(‘#chartContainer’).jqxChart(‘hideSerie’, 0, 0, NaN);
but that doesnt work.
when i do the following:
for (var i = 0; i < countseries; i++) {
$(‘#chartContainer’).jqxChart(‘hideSerie’, 0, 0, i);
}
that works, but takes a really long, long time.
so, is there a possibility to hide all series?
kindest regards,
frank