Sign in to follow this  
psmith05

Drawing line between two points with middle point being NULL ?

Recommended Posts

We can do this via Excel but wanted to be sure it was possible using FusionCharts.  Here is my issue:

Using this as a simple example we have three data points and need to plot them on the x axis like so:

1   x   x   x

0   1   2   3   4

Is it possible to chart the line that connects all three data points despite having a NULL value for 2? Currently a line is drawn connecting 3 => 4 and a dot is placed on 1. 

Any help would be greatly appreciated.

Thanks,

-Paul

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

Welcome to FusionCharts Forum. :)

You can connect all three data points even when there is a null value using connectNullData='1' in the <chart> element.

Hope this helps. :P

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