[x] the d3 stacking plugin no longer works - that will require some updating
[x] time and axislabels plugins now baked-in
[x] converted tick formatter to a plugin
[ ] Could look at using the new jquery.flot.absRelTime.js plugin (more flexible time formatting), which allows for time format specification as well, which would handle #451
New logaxis plugin - does it change how log axes are specified?
[x] Axis labels are messed up in tessera's charts
[x] hover-over series highlighting causes weird rendering errors when axis labels are present
[x] time series bar charts are rendering incorrectly
[x] pie charts are not rendering at all
[x] "- move backgroundColor and backgroundOpacity from legend settings to css" - might affect color themes
Miraculously, the Flot charts project is under active development again! (see http://www.flotcharts.org/blog/2018/02/04/flot-216-new-maintainers/). Upgrade to the latest version. This will likely require a bunch of changes.
Things that are likely to require changes:
timeBase: "milliseconds"
. See https://github.com/flot/flot/blame/master/CHANGELOG.md#L43autoscale
renamed toautoScale
series
sub-object. See https://github.com/flot/flot/blame/master/CHANGELOG.md#L20jquery.flot.absRelTime.js
plugin (more flexible time formatting), which allows for time format specification as well, which would handle #451New logaxis plugin - does it change how log axes are specified?