flot v4.2.1 Release Notes

Release Date: 2020-05-06 // almost 4 years ago

Previous changes from v3.2.0

  • ๐Ÿ”„ Changes

    • โœ‚ Removed CORS stylesheet support
    • โž• Added the category plugin back into the distribution
    • Changed how bar width is computed. - We now will filter unique x-values and then sort them before computing bar width.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”จ Issue 1645 (change 1656) - Refactoring hover plugin so events get registered in proper order.
    • ๐Ÿšš Issue 1642 (change 1657) - Remove a canvas resizing implementation that doesn't support scaling.
    • Issue 1638 (change 1660) - Fix overloading of date types to allow using methods like 'setFullYear()'
    • Issue 1664 (change 1665) - Fix issue with fill when data has null values.