Hi,
I have a single-series line chart that displays 3000 datapoints. I'd like to use a scroll bar with this chart but when I changed
$FC1 = new FusionCharts("Line","1250","450","mdrprdebsal2");
to
$FC1 = new FusionCharts("ScrollLine2D","1250","450","mdrprdebsal2");
I get No Data to Display. This makes me think that Scroll charts are only for multi-series data. Is that the case?
Thanks,
Liz