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.2 #511

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 17, 2021

Bumps flot from 0.8.3 to 4.2.2.

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
  • 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
  • d246af5 Removed webcharts-development-settings dependency (#1737)
  • 23ed4c6 Fixed eslint configuration and fixed errors (#1738)
  • a752b55 Merge pull request #1718 from netbymatt/time-axis-tick-formatter
  • a96ffe4 Better tickFormatter function detection
  • 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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 17, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/flot-4.2.2 branch from 4a53420 to 80c4432 Compare April 5, 2021 09:53
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 1, 2022

Superseded by #709.

@dependabot dependabot bot closed this Sep 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/flot-4.2.2 branch September 1, 2022 13:28
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
Development

Successfully merging this pull request may close these issues.

0 participants