codeeater Report post Posted February 9, 2012 By default, zoomline chart's shows in macroscopic view. So, some anchors get hidden so that the full graph fits into the space. Is there a way to make the zoomline chart's default view to microscopic so that all the anchors are visible right from the start(may be with a scroll) ? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 9, 2012 Greetings. In Zoomline chart, initially data is displayed in compressed manner. However, you can try setting the 'displayStartIndex' and 'displayEndIndex' attribute under the chart element for your requirement. Ref. Code: <chart ... displayStartIndex='0' and displayEndIndex='20'> Please note that, you would need to set both the attributes according to the data you are providing to the chart. Hope this helps. Share this post Link to post Share on other sites
codeeater Report post Posted February 9, 2012 On 2/9/2012 at 11:32 AM, Sumedh said: Greetings. In Zoomline chart, initially data is displayed in compressed manner. However, you can try setting the 'displayStartIndex' and 'displayEndIndex' attribute under the chart element for your requirement. Ref. Code: <chart ... displayStartIndex='0' and displayEndIndex='20'> Please note that, you would need to set both the attributes according to the data you are providing to the chart. Hope this helps. That worked.. Thanks for the help Share this post Link to post Share on other sites
Guest Sumedh Report post Posted February 10, 2012 Hi. I am glad that, your issue is resolved. Happy FusionCharting ! Share this post Link to post Share on other sites