Skip to content

Releases: nmorel/gflot

3.3.0

15 Nov 12:12
Compare
Choose a tag to compare
  • Updated flot to 0.8.3
  • Added plugin tickrotor thanks to @glzhou

3.2.1

16 Mar 20:45
Compare
Choose a tag to compare
  • Upgraded to flot 0.8.2
  • #16 PlotWithOverviewModel ignores width setting

3.2.0

16 Mar 20:47
Compare
Choose a tag to compare
  • #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

16 Mar 20:48
Compare
Choose a tag to compare
  • #9 Fixed an issue on TickGenerator
  • 3c7be55 Added support for font options on axis label

3.1.1

16 Mar 20:48
Compare
Choose a tag to compare
  • Upgraded to flot 0.8.1

3.1.0

16 Mar 20:48
Compare
Choose a tag to compare
  • 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

16 Mar 20:49
Compare
Choose a tag to compare
  • #6 Added missing methods on Plot
  • #5 Fixed bug on slice method used by PlotWithOverview

3.0.2

16 Mar 20:50
Compare
Choose a tag to compare

3.0.1

16 Mar 20:50
Compare
Choose a tag to compare
  • 16f183a Fixed a regression on PlotWithInteractiveLegend

3.0.0

16 Mar 20:50
Compare
Choose a tag to compare
  • Changed core api to use Javascript Overlay Types
  • Moved codebase to Github
  • Changed package from ca.nanometrics to com.googlecode.gflot