You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the d3 stacking plugin no longer works - that will require some updating
time and axislabels plugins now baked-in
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 Make time axis label formatting configurable #451
New logaxis plugin - does it change how log axes are specified?
Axis labels are messed up in tessera's charts
hover-over series highlighting causes weird rendering errors when axis labels are present
time series bar charts are rendering incorrectly
pie charts are not rendering at all
"- 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 Make time axis label formatting configurable #451New logaxis plugin - does it change how log axes are specified?The text was updated successfully, but these errors were encountered: