Recommended Posts

Hi,

 

I have to display all labels in zoom line chart.

 

I am having Licence version of Fusion chart -XT.

 

Screenshot is attached here with.

 

In a highlighted section I want to shot all dates (points are shown in chart but dates are not)

post-28409-0-04277100-1365584988_thumb.png

Edited by nilesh1021

Share this post


Link to post
Share on other sites
Hi Nilesh,

 

The Zoomline Chart starts with the macroscopic view since the zoom line chart plots tens of thousands of data points all at once. You can use its zoom and scroll feature to have a microscopic view of the data. 

 

You can set the number of data labels to be visible in one screen using the attribute "numVisibleLabels". 

 

Eg. <chart ... numVisibleLabels='50'  rotateLabels='1'>

 

Hope this helps.  :)

Share this post


Link to post
Share on other sites

Hi,
Please look the attachment json contain all the dates as in attchment with  numVisibleLabels='50'  rotateLabels='1'.
But the chart render with same data.
 
Starting dates and end dates are skipped when zoomline rendered.

post-28409-0-42299800-1366613942_thumb.png

post-28409-0-83265600-1366613951_thumb.png

Share this post


Link to post
Share on other sites
Hi,

 


It is not possible to show all the labels in the macroscopic view  of the chart due to space constraints. However, the attribute "numVisibleLabels" can be used to increase the number of labels visible.

 

The starting date is always shown as the first label when the chart is first rendered. But the ending date depends on the number of data labels to be plotted. 

 

Could you please pass the XML so that we can test it here? Also, please let us know the FusionCharts version you are using.

 

Awaiting your response. :)

Share this post


Link to post
Share on other sites

Hi Haritha

 

json file is attached herewith 

 

I am using the Fusion chart XT version 3.2.2 (Licence version)

 

24-Feb-2013  this date is not displayed  (i.e first date)

 

Thanks

data.txt

post-28409-0-48787900-1366888083_thumb.png

Share this post


Link to post
Share on other sites

Hi Nilesh,

 

Can you please upgrade to the latest version of FusionCharts v3.3.1 SR1 and check again?

 

Awaiting your response.

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