Sign in to follow this  
Guest Madhumita

Connecting missing points

Recommended Posts

I'm creating a Multi-line chart. Some of my sets, in the datasets, actually don't have values. The problem with this is I would like to get a continuous line instead of the line breaking on the missing point.

 

 

 

Any ideas?

 

 

 

Thanks

Share this post


Link to post
Share on other sites
Guest Madhumita
Hello,

Welcome to the FusionCharts Forum. :(

To get a continuous line please set the <chart> element attribute connectNullData='1' . The connectNullData attributes lets you control whether empty data sets in your data will be connected to each other OR would they appear as broken data sets.

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