Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flot from 0.8.3 to 4.2.3 #221

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

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)

Bumps [flot](https://github.com/flot/flot) from 0.8.3 to 4.2.3.
- [Release notes](https://github.com/flot/flot/releases)
- [Changelog](https://github.com/flot/flot/blob/master/CHANGELOG.md)
- [Commits](flot/flot@v0.8.3...v4.2.3)

---
updated-dependencies:
- dependency-name: flot
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2022
@dependabot dependabot bot mentioned this pull request Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
0 participants