supun Report post Posted October 8, 2009 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 Report post Posted October 9, 2009 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