JakeLatham
5 Sep 2012, 12:31 PM
All -
I have a time-based chart with several lines on it, with dates along the X-axis.
One of my series is historical, and only has data for about half of the chart. The value in each record in the store from current day forward is null. However, the chart is still drawing the point as a zero.
I would like the chart to simply not draw missing data points - is this possible? I've seen something similar in screenshots from ExtJS 3, but cannot get ExtJS 4 to behave the same way.
I've set the field up like so:
....
{ name: 'Act', type: 'float', defaultValue: null, useNull: true },
...
but I still get the chart drawing the line, despite the tooltip verifying the value for that point/field is null.
Thanks for any thoughts on how to configure the model and/or chart.
Cheers,
-Jake
I have a time-based chart with several lines on it, with dates along the X-axis.
One of my series is historical, and only has data for about half of the chart. The value in each record in the store from current day forward is null. However, the chart is still drawing the point as a zero.
I would like the chart to simply not draw missing data points - is this possible? I've seen something similar in screenshots from ExtJS 3, but cannot get ExtJS 4 to behave the same way.
I've set the field up like so:
....
{ name: 'Act', type: 'float', defaultValue: null, useNull: true },
...
but I still get the chart drawing the line, despite the tooltip verifying the value for that point/field is null.
Thanks for any thoughts on how to configure the model and/or chart.
Cheers,
-Jake