luci/applications/luci-statistics/luasrc/statistics
Jo-Philipp Wich 1461a0dba1 luci-statistics: don't plot data points where there are no data.
Converting NaN to zero for the sake of the cumulative stack in non-overlay
mode is all very well. But we shouldn't then use that for displaying the
graph. Make another variable %s_plot which *preserves* NaN from the input
data, and then we don't get bogus data points drawn. Especially at the end
of the graph this was problematic.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
2012-12-14 13:27:39 +00:00
..
rrdtool applications/luci-statistics: convert nut plugin to minutes 2012-12-11 14:05:57 +00:00
datatree.lua applications/luci-statistics: avoid global vars, avoid nil indexing, get rid of counter variable 2012-02-19 17:05:09 +00:00
i18n.lua remove .i18n annotations from controller files 2012-11-26 12:53:43 +00:00
rrdtool.lua luci-statistics: don't plot data points where there are no data. 2012-12-14 13:27:39 +00:00