publiclab / spectral-workbench.js

The JavaScript heart of Spectral Workbench; a Public Lab project to record, manipulate, and analyze spectrometric data.
https://spectralworkbench.org
GNU General Public License v3.0
46 stars 35 forks source link

Bump flot from 0.8.3 to 4.2.3 #322

Open dependabot[bot] opened 2 years ago

dependabot[bot] commented 2 years ago

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
  • de34ce9 4.2.3 Fix issue with ticks not being generated in the right location
  • 0429a1e Fix time plugin not to skip ticks & Avoid infinite loop when using microsecon...
  • 53615af Attempt to remove problem dependency. (#1813)
  • 370cf6e Fix null reference (#1785)
  • d0f569a 4.2.2 Fixing issue with computing auto-scaled range for horizontal bar series
  • dd601e7 3rd coord should swap axes when bars are horizontal (#1776)
  • b6ca777 4.2.1 Fixing issue with displaying y-axis endpoint ticks on horizontal bar gr...
  • 20355f4 Don't show y-axis endpoints for horizontal bar charts (#1757)
  • 45516c4 Fixed multi line SVG text spacing (#1741)
  • ec31c27 4.2.0
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
gitpod-io[bot] commented 2 years ago