Releases: nmorel/gflot
Releases · nmorel/gflot
3.3.0
3.2.1
3.2.0
- #10 & #12 Fixed the redraw method that was not working correctly. Be careful, for this to work, the PlotOptions returned by getPlotOptions now always return the instance you give to the constructor of SimplePlot. It is no longer overriden by the internal plot options used by flot. If you still want to read internal options, use SimplePlot.getPlot().getOptions().
- #11 Removed the ability to set PieOptions to specific series
3.1.2
3.1.1
3.1.0
- Upgraded to flot 0.8
- Upgraded to JQuery 1.8.3
- Upgraded to GWT 2.2.0
- Dropped support of MultipleBar plugin in favour of Side-by-side bars plugin
- Added the new options available in flot 0.8
- Added Categories plugin support
- Added Error Bars plugin support
3.0.3
3.0.2
- Support for fillArea plugin
- New redraw method allowing to recreate the plot instead of just redrawing
- Added some special characters to the canvas-text plugin
- #4 Fixed a bug on PlotWithInteractiveLegend
3.0.1
3.0.0
- Changed core api to use Javascript Overlay Types
- Moved codebase to Github
- Changed package from ca.nanometrics to com.googlecode.gflot