Here's my predicament. I'm trying to plot points on a time line, but I need the time line to be correctly spaced.
For example: If I have a record on march 14th, march 19th, and march 20th... I need there to be "5 days" of space separating the 14th and 19th, and only one day of space separating the 19th and 20th.
When I was using flex charts, I solved this problem by providing empty values for 15, 16, 17, 18 and specifying "interpolateValues" on my line. ( http://livedocs.adobe.com/flex/3/langref/mx/charts/series/LineSeries.html#interpolateValues )
Is there any way to do this or accomplish what I'm trying to accomplish using FusionCharts? I love the charts, but this is a must-have...
Thanks!