All Versions
42
Latest Version
Avg Release Cycle
19 days
Latest Release
1126 days ago

Changelog History
Page 3

  • v3.1.0 Changes

    May 31, 2019

    ๐Ÿ”„ Changes

    • We now are triggering a second onDrawingDone event on the placeholder object (in addition to the eventholder).
    • โž• Added support for loading stylesheets in cross origin scenarios (this has since been removed as this was deemed a bit of a hack and can still be accomplished by the user of flot through other means).
  • v3.0.2

    April 02, 2019
  • v3.0.1

    March 26, 2019
  • v3.0.0 Changes

    ๐Ÿ’ฅ Breaking Change

    • ๐Ÿ‘ Setting 'pan: {enableTouch: true}' in the options will no longer automatically turn on pinch gestures for touch support. You must set 'zoom: {enableTouch: true}' in the options to enable pinch support (which was always a zoom operation).
  • v2.2.0 Changes

    ๐Ÿ”„ Changes

    • โž• Added new pan modes for mouse and touch interactions.

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed issue with empty string tick label being replaced by auto-generated label.
    • ๐Ÿ›  Fixed issue with hovering over bars no longer working.
    • ๐Ÿ›  Fixed tracking example to update legend again.
    • ๐Ÿ›  Fixed issue with tooltips not being correct for stacked graphs.
  • v2.0.1

  • v1.1.5 Changes

    ๐Ÿ› Bug fixes

    interpolation should not occur outside the provided data

  • v1.1.4 Changes

    ๐Ÿ”„ Changes

    • making graph screen capture work for Safari
  • v1.1.3 Changes

    ๐Ÿ”„ Changes

    • ๐Ÿ”Œ document flot plugins
    • ๐Ÿ”จ refactor default tick generators and formatters and logaxis

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fixed some browser detection functions, which depend on other similar functions
  • v1.1.2 Changes

    ๐Ÿ”„ Changes

    • ๐Ÿšš move backgroundColor and backgroundOpacity from legend settings to css