spectral-workbench.js
spectral-workbench.js copied to clipboard
Bump flot from 0.8.3 to 4.2.3
Bumps flot from 0.8.3 to 4.2.3.
Changelog
Sourced from flot's changelog.
Changelog
All notable changes to this project will be documented in this file.
[3.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.
[3.1.0]
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).
[3.0.0]
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).
[2.2.0]
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.
[2.0.1]
Notable Breaking Changes For Existing flot Users
Series Options:
Before:
... (truncated)
Commits
de34ce94.2.3 Fix issue with ticks not being generated in the right location0429a1eFix time plugin not to skip ticks & Avoid infinite loop when using microsecon...53615afAttempt to remove problem dependency. (#1813)370cf6eFix null reference (#1785)d0f569a4.2.2 Fixing issue with computing auto-scaled range for horizontal bar seriesdd601e73rd coord should swap axes when bars are horizontal (#1776)b6ca7774.2.1 Fixing issue with displaying y-axis endpoint ticks on horizontal bar gr...20355f4Don't show y-axis endpoints for horizontal bar charts (#1757)45516c4Fixed multi line SVG text spacing (#1741)ec31c274.2.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)