Sign in to follow this  
codeeater

Zoomline Chart

Recommended Posts

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

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

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 helpsmile.gif

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this