Sign in to follow this  
kaniko

Zoomline Graphic View All

Recommended Posts

In a chart ZoomLine it is possible to show a view of all the values ​​(I have about 160 points)?

Something similar to this

graph.png

 

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

 

graph_2.png

 

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).

 

graph_1.png

 

Is there any solutions?

 

 

Thanks in advanced

Edited by kaniko

Share this post


Link to post
Share on other sites
Guest Bindhu

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

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

 

GRAFICO.png

Share this post


Link to post
Share on other sites
Guest Bindhu

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

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

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 by Bindhu

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