Sign in to follow this  
joshymraj

Displaying discrete values

Recommended Posts

Is there any way in fusion chart to show discrete values in Y axis for both single series and multi series with some kind of seperation like dotted line, between discrete values. Any help is much appreciated.

My Y-axis data might look like this :-

0, 10, 20, 30, 60, 70, 80 (please note that there is no 40, 50 in between 30 and 60 where i have no items to display)

Thanks & Regards

Share this post


Link to post
Share on other sites

Hi Joshy,

Welcome to FusionCharts Forum! :)

FusionCharts natively does not support the display of discrete numbers on Y Axis, as of now. :)

But as a work-around, please try using "trendlines" with a display value of your choice.

Also, please try setting the attribute "divLineAlpha" and "showYAxisValues" to "0" and "showLimits" to "1" in the <chart> element.

Ref.- <trendlines>

 <line startValue='35' color='91C728' displayValue='35'/>

<line startValue='50' color='91C728' displayValue='50'/>

</trendlines>

Hope this helps. :)

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