kaniko Report post Posted May 30, 2012 (edited) In a chart ZoomLine it is possible to show a view of all the values (I have about 160 points)? Something similar to this Right now my labels values are from, for example, the 2012-05-30 10:40:16,until 2012-05-24 00:00:15. And when I render the chart I see this I used displayStartIndex and displayEndIndex, but the graph appears with scrollbar and I wanted to have an overview of all values (with the subsequentautomatic reduction of labels). Is there any solutions? Thanks in advanced Edited May 30, 2012 by kaniko Share this post Link to post Share on other sites
Guest Bindhu Report post Posted May 31, 2012 Hi, Welcome to the FusionCharts Forum Thank you for the post. Zoom line chart is used when there are tons of thousands of data points. To make space available for such huge number of data points, the charting engine compresses the data and in the process few data points will be hidden. Hence, with Zoom line chart, it is not possible to view all the data points. Hope this helps! Share this post Link to post Share on other sites
kaniko Report post Posted May 31, 2012 Sorry but I wrote a wrong explanation before. The FusionCharts works fine , but : That is what is happening to me The first label is ok 2012-05-28 02:30:16 but the las one I have is 2012-05-30 10:40:16 and in the graphics is the 2012-05-30 10:30:15. My last labels are 2012-05-30 10:30:15 2012-05-30 10:35:16 2012-05-30 10:40:16. And I don't know why the graphic doesn't show the last label . This is my script var chart_ZoomLine10 = new FusionCharts("/FilterView/fusion_charts/swf/FCF_ZoomLine.swf", "ZoomLine10", "90%", "450"); Thanks in advance Share this post Link to post Share on other sites
Guest Bindhu Report post Posted May 31, 2012 Hi, The last label is not visible as it is hidden. It is the intended behavior. Hope this helps! Share this post Link to post Share on other sites
kaniko Report post Posted May 31, 2012 Ok, thanks very much. Sometimes, if the data are bigger, maybe are almost ten labels hidden, so could be a solution add some final "ghost" labels? Because I need to see also the final labels values. Thanks again Share this post Link to post Share on other sites
Guest Bindhu Report post Posted May 31, 2012 (edited) Hi, You may try that option but cannot be sure if that label gets picked up for display. The selection of labels again depends on the charting engine. Hope this helps! Edited May 31, 2012 by Bindhu Share this post Link to post Share on other sites