flot v4.2.1 Release Notes
Release Date: 2020-05-06 // over 4 years ago-
No data yet ๐
You can check the official repo
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.