publiclab / community-toolbox

Tools to understand and welcome people into a contributor community
https://code.publiclab.org
MIT License
142 stars 196 forks source link

Bump chart.js from 2.9.4 to 3.3.0 #471

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps chart.js from 2.9.4 to 3.3.0.

Release notes

Sourced from chart.js's releases.

v3.3.0

Essential Links

Enhancements

  • #9084 Support monotone cubic interpolation for vertical line charts
  • #9088 Fix element reset animations in vertical line and bubble charts
  • #9020 Add includeBounds option for cartesian ticks

Bugs Fixed

  • #9129 Further improve linear tick collision estimation
  • #9122 Show correct decimal places when using count but `min` is not an integer
  • #9118 Fix arc offset calculation
  • #9120 Fix animations when data is replaced
  • #9121 Fix doughnut rotation on float edge cases
  • #9105 Delay data to elements synchronization to update
  • #9101 Make sure context indices are up to date
  • #9062 Fix setting options in array of objects
  • #9067 Fix polar area tooltip item label
  • #9060 add derived axis default values
  • #9050 Fix detecting changed events
  • #9015 Round canvas.style dimensions to avoid blurring
  • #9046 Types: Export DecimationAlgorithm as const
  • #9045 Allow scale to auto-adjust it's min when stacked
  • #9042 Fix line segments with alignToPixel
  • #9027 Fix: Avoid negative layout dimensions

Types

  • #9124 Correctly extend ExtendedPlugin interface
  • #9123 Add missing props to ChartArea type
  • #9046 Types: Export DecimationAlgorithm as const

Documentation

  • #9147 Improved error message when no date adapter provided
  • #9146 Fix scales option in example
  • #9126 Add attribute to custom legend onclick sample
  • #9115 Add documentation note about only styling the parent div
  • #9111 remove double sentence and adjust scale to scales.r
  • #9044 HTML legend handles doughnut/pie charts
  • #9030 fix typo on api.md
  • #9024 Docs update file location pointers

... (truncated)

Commits


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)
dependabot[bot] commented 3 years ago

Superseded by #474.