Sign in to follow this  
ghostxue

How to show value "0" in LogMSLine

Recommended Posts

When use LogMSLine to show the data, the chart don't display the "0" point value on the data serie, the xml file like the following:

 <categories>

<category label="1" />

<category label="2" />

<category label="3" />

<category label="4" />

<category label="5" />

<category label="6" />

<category label="7" />

<category label="8" />

<category label="9" />

<category label="10" />

 </categories>

 <dataset seriesname="DataSet2" drawAnchors="1" >

<set value="0.02" showValue="1"/>

<set value="0.025" />

<set value="0" showValue="1"/>

<set value="0.025" />

<set value="0.02" />

<set value="0.016" />

<set value="0" />

<set value="0.016" />

<set value="0.0128" />

<set value="0.016" showValue="1"/>

 </dataset>

It will not show the thwo points which value "0", so how let it show the value "0" on the data serie?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please try it using a value which is greater than '0' like 0.01 ?

FusionCharts does not support the display of '0' value in a log chart as log of 0 leads to infinity.

We are sending you a sample using your codes as an attachment.

Hope this helps.

logmsline.zip

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