[email protected] Report post Posted April 25, 2014 Hello Team, I am using javascript driven zoomline chart for displaying 1 years data, on X-Axis I am showing 365 days dates. Initially while loading the graph is loaded in macroscopic view I have two Questions here 1. Can we disable macroscopic mode while chart is loading because then all labels will be visible and scroll will appear for long list ? 2. can we control the zooming size when we are performing mouse drag on any data point ? because what is happening now is when I am clicking on any data point it is zooming it deeply , out of 365 dates only 2 days are displayed on a screen,I want to zoom it lesser . example when performing mouse drag on any data-point it should show all list on screen with scroll bar and distance between 2 data points should be 10 px , is this kind of stuff can I do with zoomline chart? Please advise me ... Regards, Amol. Share this post Link to post Share on other sites
Sanjukta Report post Posted April 26, 2014 Hello Team, I am using javascript driven zoomline chart for displaying 1 years data, on X-Axis I am showing 365 days dates. Initially while loading the graph is loaded in macroscopic view I have two Questions here 1. Can we disable macroscopic mode while chart is loading because then all labels will be visible and scroll will appear for long list ? 2. can we control the zooming size when we are performing mouse drag on any data point ? because what is happening now is when I am clicking on any data point it is zooming it deeply , out of 365 dates only 2 days are displayed on a screen,I want to zoom it lesser . example when performing mouse drag on any data-point it should show all list on screen with scroll bar and distance between 2 data points should be 10 px , is this kind of stuff can I do with zoomline chart? Please advise me ... Regards, Amol. Hi Amol, It is not possible to disable the macroscopic view in the ZoomLine chart as this is the intrinsic functionality of the chart. In case you do not want this feature, please try using a Scroll Line chart that would solve your purpose to display all the labels with a horizontal scroll bar. Ref.- The zooming level cannot be controlled explicitly. It is completely on you till what level you want to zoom as the drag is done manually by the user. Hope this clarifies the query. Share this post Link to post Share on other sites
[email protected] Report post Posted April 28, 2014 Thanks Sanjukta Share this post Link to post Share on other sites