Turning off interpolated data for Cfcharts
Filed under
If you have multiple chartseries in your cfchart, you may have run into a problem with data interpolating over a missing chart point. It took me a few minutes to figure out how to fix this problem, so I figured I would share it with the rest of the Coldfusion Community.
All you have to do is edit the XML file located in the coldfusion root folder, charting, and styles(Coldfusion8/Charting/Styles). Once you locate the XML file, change <frameChart autoAdjust="false" is3D="false" isInterpolated="false">.
Here is what your chart should look like:

Oct21








