psmith05 Report post Posted November 18, 2009 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 Report post Posted November 18, 2009 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. Share this post Link to post Share on other sites