chore(deps): update dependency chart.js to v3.9.1 #12

Open
Fascinated wants to merge 1 commits from renovate/chart.js-3.x-lockfile into master
Owner

This PR contains the following updates:

Package Type Update Change
chart.js (source) devDependencies minor 3.5.0 -> 3.9.1

Release Notes

chartjs/Chart.js (chart.js)

v3.9.1

Compare Source

Bugs Fixed

Thanks to @​LeeLenaleee

v3.9.0

Compare Source

Enhancements

  • #​10439 feat: remove line element from scatter controller
  • #​10528 feat: pass some chart options to DateAdapter
  • #​10405 Add circular prop to arc element
  • #​10530 Skip all borders if borderSkipped === true
  • #​10517 parsing: support dot(s) in object keys
  • #​10519 Enable borderDash option in the grid as scriptable

Performance

  • #​10517 parsing: support dot(s) in object keys

Bugs Fixed

  • #​10524 pass boxWidth only if pointStyleWidth presents
  • #​10523 fix: calc visible points on update #<!---->10467

Documentation

  • #​10527 Add docs for changing from time scale to logarithmic/linear scale
  • #​10518 Improve docs radial linear grid
  • #​10522 Fix Stack Overflow tag: chart.js
  • #​10520 Fix Stack Overflow tag: chart.js
  • #​10515 Fix dead link on reload or open in new tab
  • #​10516 Clarifying threshold requirement in the docs for decimation

Development

Thanks to @​LeeLenaleee, @​M4sterShake, @​benmccann, @​dangreen, @​kurkle, @​peterhauke, @​stockiNail, @​thabarbados and @​touletan

v3.8.2

Compare Source

Bugs Fixed

  • #​10513 Explicitly include package.json files for subpackages

Development

  • #​10513 Explicitly include package.json files for subpackages

Thanks to @​etimberg

v3.8.1

Compare Source

Enhancements

  • #​10495 Improve error message with id of the canvas
  • #​10412 Add pointStyleWidth option for legend

Bugs Fixed

  • #​10484 Resolve plugin defaults for local plugins
  • #​10489 draw tooltip with object borderwidth
  • #​10451 Fix options update when changing to shared opts
  • #​10454 Fix crash with skipNull and uneven datasets
  • #​10414 Respect `fill: false` with custom draw times

Types

  • #​10494 Allow clip to be configurable in options object typescript
  • #​10436 Add index to legendItem interface
  • #​10404 Add padding to pointLabels type, add type to scriptable context
  • #​10387 Allow for each dataset to be individually typed without a main type

Documentation

  • #​10490 document defaults for plugins
  • #​10497 Update link to be able to use within github
  • #​10446 Add a stale version warning + a link to the latest version of docs
  • #​10470 Update integration.md
  • #​10447 Enforce maximum width on chart editor blocks in the docs
  • #​10456 Update aspectRatio documentation
  • #​10415 Update responsive.md
  • #​10434 Clarify helpers need to be imported when using bundlers
  • #​10410 Fix typo in link to documentation from sample
  • #​10400 Fix default value of 'includeInvisible' option in the documentation
  • #​10392 Clarify api docs

Development

Thanks to @​LeeLenaleee, @​Pourbahrami, @​andrewl64, @​dependabot, @​dependabot[bot], @​etimberg, @​ideabrian, @​igorlukanin, @​kurkle, @​naveensrinivasan, @​stockiNail and @​touletan

v3.8.0

Compare Source

  • #​10341 Correct auto.esm.js import to allow module to work in browser
  • #​10316 Use abs() when comparing for spanGaps
  • #​10320 Bump async from 2.6.3 to 2.6.4
  • #​10290 Bump moment from 2.29.1 to 2.29.2
  • #​10260 Bump minimist from 1.2.5 to 1.2.6
  • #​10204 Bump karma from 6.3.14 to 6.3.16
  • #​10200 Bump url-parse from 1.5.7 to 1.5.10
  • #​10198 Bump prismjs from 1.25.0 to 1.27.0
  • #​10181 Bump url-parse from 1.5.3 to 1.5.7
  • #​10146 Bump karma from 6.3.9 to 6.3.14
  • #​10150 Bump log4js from 6.3.0 to 6.4.1
  • #​10152 Bump engine.io from 6.1.0 to 6.1.2
  • #​10151 Bump node-fetch from 2.6.6 to 2.6.7
  • #​10149 Bump follow-redirects from 1.14.6 to 1.14.8

Enhancements

  • #​10362 Add option to include invisible points
  • #​10328 Resolve canvasGradient is undefined in node
  • #​10293 Enable configuration of radial scale point label border radius
  • #​10278 Allow time scale to offset using skipped ticks
  • #​10046 Interaction functions
  • #​10182 Allow individual chart controllers to opt-in to the decimation plugin
  • #​10088 Make object notation usable for polarArea and radar
  • #​10106 Add new align 'inner' for X axis

Bugs Fixed

  • #​10371 Update to v0.2.1 color dependency to fix bug with invalid colours
  • #​10340 Update scale polarArea correctly on data hide
  • #​10289 display tooltips only at points in chart area
  • #​10328 Resolve canvasGradient is undefined in node
  • #​10301 Trigger legend onLeave when the mouse leaves the canvas
  • #​10276 Document tooltip draw hooks and only call hooks when the tooltip draws
  • #​10157 minimum bar length setting keeps bar base in view

Types

  • #​10364 Types: Allow font to be partial scriptable and individually scriptable
  • #​10283 Types: add 'middle' to borderSkipped
  • #​10275 Export types for cartesian and radial tick options
  • #​10269 add startAngle to radial scale options typings
  • #​10254 Add missing fields to the ScriptableContext type
  • #​10179 Allow array for line opts in dataset

Documentation

  • #​10308 Add links to docs in all the samples
  • #​10259 Fix a typo in data-structures.md
  • #​10266 Correct chart initialization flow
  • #​10250 Update link to filler plugin
  • #​10184 Fix broken link in Animations docs page.
  • #​10158 remove hardcoded licenseYear in docs
  • #​10156 update link to license and bump license year
  • #​10154 Document scale update plugin hooks

Development

  • #​10377 Bump to 3.8.0
  • #​10247 Resolve circulair import filler plugin
  • #​10243 Replace deprecated String.prototype.substr()
  • #​10040 Refactor filler plugin for easier maintenance

Thanks to @​CommanderRoot, @​LeeLenaleee, @​Talla2XLC, @​akiraaso, @​dependabot, @​dependabot[bot], @​etimberg, @​joshkel, @​kurkle, @​kylejonesdev, @​linkviii, @​luke-heberling, @​msteiger, @​pzelnip, @​t-mangoe and @​yhvicey

v3.7.1

Compare Source

Bugs Fixed

  • #​10024 Fix using above/below filling option with discontinuous lines

Types

  • #​10124 Add missing mouse events to CoreChartOptions.events type
  • #​10133 Allow spanGaps to be specified on LineOptions
  • #​10137 Ensure that min/max of TimeScaleOptions can be a string
  • #​10075 fix: allow colors as array
  • #​10131 Correct type for updateHoverStyle
  • #​10130 Type Chart.legend property
  • #​10111 Change repeating alingment string to single type
  • #​10078 Move scriptable and array to helper function in types
  • #​10057 add typing and docs for maxTicksLimit all scales

Documentation

  • #​10138 Sort docs sub menus alphabetically, add line and plugin sample
  • #​10100 Sort line and bubble dataset options alphabetically
  • #​10103 Fix typos found by codespell
  • #​10057 add typing and docs for maxTicksLimit all scales
  • #​10045 typo Cofiguration

Development

Thanks to @​DimitriPapadopoulos, @​LeeLenaleee, @​LovelyAndy, @​caub, @​charlesmass2, @​etimberg, @​jmorel and @​stockiNail

v3.7.0

Compare Source

Enhancements

  • #​9949 Add centerPointLabels option for linear radial scale
  • #​9970 Limit active element changes to chartArea
  • #​9944 Improvements to tooltip positioners
  • #​9933 add beforeDestroy hook
  • #​9919 Support "r" axis for non-intersecting interaction
  • #​9920 Feature/active elements on top
  • #​9877 Add borderJoinStyle option for arc elements

Bugs Fixed

  • #​10021 radialLinear: fix positioning & scaling
  • #​10020 radialLinear: fix getIndexAngle when there are no labels (left)
  • #​10018 radialLinear: Hide pointLabels of hidden data
  • #​9992 Fix setActiveElements behavior after a mouse event
  • #​9970 Limit active element changes to chartArea
  • #​9969 Pass object from array as value to _fallback

Types

  • #​9986 Types/ type suggestedMin and suggestedMax for time scale
  • #​9985 Types/Allow min-max as string timescale
  • #​9937 Types/allow for multiline labels in tick callback

Documentation

  • #​10013 Docs/Add sample for centered point labels
  • #​9994 Docs/clarify usage of ticks callback (#<!---->9991)
  • #​9960 Docs/clarify samples
  • #​9952 Try to improve documentation for new users

Development

  • #​10011 Bump version to 3.7.0, update deps

Thanks to @​LeeLenaleee, @​doug-a-brunner, @​joshkel, @​kurkle, @​luukdv and @​t-mangoe

v3.6.2

Compare Source

Bugs Fixed

  • #​9939 Stop modifying options in interaction handlers
  • #​9938 Fix resolver caching issue when setting values

Development

Thanks to @​kurkle

v3.6.1

Compare Source

  • #​9683 Update stale documentation for axis titles

Bugs Fixed

  • #​9922 Fix tooltip caret position when it is positioned at the corners
  • #​9921 Category: Track automatically added labels
  • #​9915 Chart area boxes receive 0 margin during the final layout process
  • #​9876 Detect detach/attach in same observation
  • #​9857 Synchronize data visibility with data changes
  • #​9871 Fix inRange for full circle arc
  • #​9872 Configure all datasets before updating any
  • #​9861 Prevent proxying CanvasGradient in Node platform
  • #​9855 Fix incomplete TS type for Chart.register + others
  • #​9831 Pass number format to tooltip
  • #​9794 Remove scriptability from defaults.font types

Types

  • #​9917 Add a note about the type parameters of the ChartData type
  • #​9916 Doughnut chart options have an offset property
  • #​9858 Types: add autopadding to typing
  • #​9855 Fix incomplete TS type for Chart.register + others
  • #​9837 update animation event to include currentStep instead of currentState
  • #​9834 Types: include initial variable in the AnimationEvent
  • #​9794 Remove scriptability from defaults.font types
  • #​9800 Fix object notation border width barchart

Documentation

  • #​9923 Add notes about more specific options for axes
  • #​9917 Add a note about the type parameters of the ChartData type
  • #​9900 Fix a typo in index.md
  • #​9893 Fix a typo in contributing.md
  • #​9866 docs: Add a link to front-end integrations
  • #​9865 Update misleading sample comment
  • #​9812 Docs/update scale position type
  • #​9803 Define with let to avoid "assignment to constant" errors
  • #​9798 New sample: Progressive Line With Easing
  • #​9791 Update namespace and charts for legend override
  • #​9787 Add warning about chart types overriding plugin defaults

Development

Thanks to @​LeeLenaleee, @​NorthBlue333, @​benmccann, @​carsonalh, @​erictheise, @​etimberg, @​fishmandev, @​igorlukanin and @​kurkle

v3.6.0

Compare Source

  • #​9757 ci(workflow): add cache to workflows using actions/setup-node
  • #​9587 Ensure that controllers derived from the bar controller work correct in stacked charts

Enhancements

  • #​9761 Add chart, p0.raw, p1.raw to segment context
  • #​9758 Support nested scriptable options for datasets
  • #​9751 Disable animations for BasicPlatform (offcreen)
  • #​9716 Add layout.autoPadding option
  • #​9679 Add sanity check for stepSize
  • #​9625 Configurable tooltip box padding
  • #​9624 Add sanity checks for scale options
  • #​9622 Add parsing support to pie/doughnut charts
  • #​9620 Enable per-corner border radius in tooltip
  • #​9557 Detect attach/detach from any level

Performance

  • #​9661 cache also undefined values in option resolver

Bugs Fixed

  • #​9656 Fix cleaning up metasets
  • #​9767 Fix stacked fill with lines over multiple scales
  • #​9764 Bubble: Properly parse radius for non-object data
  • #​9770 Support nested scriptable defaults for datasets
  • #​9766 Fix controller.getMinMax for stacked charts
  • #​9729 Types: Move tooltip methods to model from plugin
  • #​9719 Linear: determine grace amount from range
  • #​9718 Fix chart crashing when only min is defined
  • #​9641 Fix chart crashing when max is defined but ticks are empty
  • #​9678 Bar: fix too thick borders
  • #​9644 Fix segment styling with gaps
  • #​9613 Fix plugin event filtering of renamed events
  • #​9592 Fix control points on animated line w/o border

Types

  • #​9729 Types: Move tooltip methods to model from plugin
  • #​9699 Support false for doughnut and polar area chart animation options
  • #​9680 Fix some typings issues
  • #​9634 Add align to interface of scale title config
  • #​9610 fix getRelativePosition type definition
  • #​9617 Remove offscreen canvas types
  • #​9570 Add missing typings of helpers, add automatic test

Documentation

Development

Thanks to @​0xflotus, @​Flupp, @​KurtPreston, @​Prashoon123, @​SandeepKrSuman, @​aha-oretama, @​atharva01903, @​davidsandoz, @​etimberg, @​gautammsuthar, @​igolskyi, @​joshkel, @​kurkle, @​mikidoodle, @​nikethanrai, @​oscard0m and @​shubham242k

v3.5.1

Compare Source

  • #​9563 support crossAlign on mirrored y-axis

Bugs Fixed

  • #​9525 Keep track of parsed array changes when parsing===false
  • #​9489 Fix _isPointInArea helper when no area is provided
  • #​9469 Remove index interaction override barChart

Types

  • #​9550 Grid line z property in TS types
  • #​9546 Add number to the title scale padding as type
  • #​9490 Types: Add `tooltip` to chart instance
  • #​9477 Types: Change `context.chart` to plain `Chart`

Documentation

  • #​9555 Fix broken link.
  • #​9549 Ensure that docs have more width in the page
  • #​9516 fix 2 broken links, clarify order property
  • #​9524 Add more details on legend sort function
  • #​9503 Fix typo in docs on axes labelling
  • #​9479 Move pointStyle types and update plugin link&render chart
  • #​9465 Longhand labels key in getting started
  • #​9475 Adjust text to code example
  • #​9472 Update charts.md

Development

  • #​9565 Update to 3.5.1 version number
  • #​9556 Remove chart.scale property (always undefined)

Thanks to @​LeeLenaleee, @​M4sterShake, @​Yash-Singh1, @​etimberg, @​ewanmellor, @​juan-cortes, @​kurkle, @​niklasnoldin and @​snoozbuster


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [chart.js](https://www.chartjs.org) ([source](https://github.com/chartjs/Chart.js)) | devDependencies | minor | [`3.5.0` -> `3.9.1`](https://renovatebot.com/diffs/npm/chart.js/3.5.0/3.9.1) | --- ### Release Notes <details> <summary>chartjs/Chart.js (chart.js)</summary> ### [`v3.9.1`](https://github.com/chartjs/Chart.js/releases/tag/v3.9.1) [Compare Source](https://github.com/chartjs/Chart.js/compare/v3.9.0...v3.9.1) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) #### Bugs Fixed - [#&#8203;10552](https://github.com/chartjs/Chart.js/issues/10552) fix import helpers Thanks to [@&#8203;LeeLenaleee](https://github.com/LeeLenaleee) ### [`v3.9.0`](https://github.com/chartjs/Chart.js/releases/tag/v3.9.0) [Compare Source](https://github.com/chartjs/Chart.js/compare/v3.8.2...v3.9.0) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) #### Enhancements - [#&#8203;10439](https://github.com/chartjs/Chart.js/issues/10439) feat: remove line element from scatter controller - [#&#8203;10528](https://github.com/chartjs/Chart.js/issues/10528) feat: pass some chart options to DateAdapter - [#&#8203;10405](https://github.com/chartjs/Chart.js/issues/10405) Add circular prop to arc element - [#&#8203;10530](https://github.com/chartjs/Chart.js/issues/10530) Skip all borders if borderSkipped === true - [#&#8203;10517](https://github.com/chartjs/Chart.js/issues/10517) parsing: support dot(s) in object keys - [#&#8203;10519](https://github.com/chartjs/Chart.js/issues/10519) Enable borderDash option in the grid as scriptable #### Performance - [#&#8203;10517](https://github.com/chartjs/Chart.js/issues/10517) parsing: support dot(s) in object keys #### Bugs Fixed - [#&#8203;10524](https://github.com/chartjs/Chart.js/issues/10524) pass boxWidth only if pointStyleWidth presents - [#&#8203;10523](https://github.com/chartjs/Chart.js/issues/10523) fix: calc visible points on update #\<!---->10467 #### Documentation - [#&#8203;10527](https://github.com/chartjs/Chart.js/issues/10527) Add docs for changing from time scale to logarithmic/linear scale - [#&#8203;10518](https://github.com/chartjs/Chart.js/issues/10518) Improve docs radial linear grid - [#&#8203;10522](https://github.com/chartjs/Chart.js/issues/10522) Fix Stack Overflow tag: chart.js - [#&#8203;10520](https://github.com/chartjs/Chart.js/issues/10520) Fix Stack Overflow tag: chart.js - [#&#8203;10515](https://github.com/chartjs/Chart.js/issues/10515) Fix dead link on reload or open in new tab - [#&#8203;10516](https://github.com/chartjs/Chart.js/issues/10516) Clarifying threshold requirement in the docs for decimation #### Development - [#&#8203;10541](https://github.com/chartjs/Chart.js/issues/10541) Bump to 3.9.0 Thanks to [@&#8203;LeeLenaleee](https://github.com/LeeLenaleee), [@&#8203;M4sterShake](https://github.com/M4sterShake), [@&#8203;benmccann](https://github.com/benmccann), [@&#8203;dangreen](https://github.com/dangreen), [@&#8203;kurkle](https://github.com/kurkle), [@&#8203;peterhauke](https://github.com/peterhauke), [@&#8203;stockiNail](https://github.com/stockiNail), [@&#8203;thabarbados](https://github.com/thabarbados) and [@&#8203;touletan](https://github.com/touletan) ### [`v3.8.2`](https://github.com/chartjs/Chart.js/releases/tag/v3.8.2) [Compare Source](https://github.com/chartjs/Chart.js/compare/v3.8.1...v3.8.2) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) #### Bugs Fixed - [#&#8203;10513](https://github.com/chartjs/Chart.js/issues/10513) Explicitly include package.json files for subpackages #### Development - [#&#8203;10513](https://github.com/chartjs/Chart.js/issues/10513) Explicitly include package.json files for subpackages Thanks to [@&#8203;etimberg](https://github.com/etimberg) ### [`v3.8.1`](https://github.com/chartjs/Chart.js/releases/tag/v3.8.1) [Compare Source](https://github.com/chartjs/Chart.js/compare/v3.8.0...v3.8.1) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) #### Enhancements - [#&#8203;10495](https://github.com/chartjs/Chart.js/issues/10495) Improve error message with id of the canvas - [#&#8203;10412](https://github.com/chartjs/Chart.js/issues/10412) Add pointStyleWidth option for legend #### Bugs Fixed - [#&#8203;10484](https://github.com/chartjs/Chart.js/issues/10484) Resolve plugin defaults for local plugins - [#&#8203;10489](https://github.com/chartjs/Chart.js/issues/10489) draw tooltip with object borderwidth - [#&#8203;10451](https://github.com/chartjs/Chart.js/issues/10451) Fix options update when changing to shared opts - [#&#8203;10454](https://github.com/chartjs/Chart.js/issues/10454) Fix crash with skipNull and uneven datasets - [#&#8203;10414](https://github.com/chartjs/Chart.js/issues/10414) Respect \`fill: false\` with custom draw times #### Types - [#&#8203;10494](https://github.com/chartjs/Chart.js/issues/10494) Allow clip to be configurable in options object typescript - [#&#8203;10436](https://github.com/chartjs/Chart.js/issues/10436) Add index to legendItem interface - [#&#8203;10404](https://github.com/chartjs/Chart.js/issues/10404) Add padding to pointLabels type, add type to scriptable context - [#&#8203;10387](https://github.com/chartjs/Chart.js/issues/10387) Allow for each dataset to be individually typed without a main type #### Documentation - [#&#8203;10490](https://github.com/chartjs/Chart.js/issues/10490) document defaults for plugins - [#&#8203;10497](https://github.com/chartjs/Chart.js/issues/10497) Update link to be able to use within github - [#&#8203;10446](https://github.com/chartjs/Chart.js/issues/10446) Add a stale version warning + a link to the latest version of docs - [#&#8203;10470](https://github.com/chartjs/Chart.js/issues/10470) Update integration.md - [#&#8203;10447](https://github.com/chartjs/Chart.js/issues/10447) Enforce maximum width on chart editor blocks in the docs - [#&#8203;10456](https://github.com/chartjs/Chart.js/issues/10456) Update aspectRatio documentation - [#&#8203;10415](https://github.com/chartjs/Chart.js/issues/10415) Update responsive.md - [#&#8203;10434](https://github.com/chartjs/Chart.js/issues/10434) Clarify helpers need to be imported when using bundlers - [#&#8203;10410](https://github.com/chartjs/Chart.js/issues/10410) Fix typo in link to documentation from sample - [#&#8203;10400](https://github.com/chartjs/Chart.js/issues/10400) Fix default value of 'includeInvisible' option in the documentation - [#&#8203;10392](https://github.com/chartjs/Chart.js/issues/10392) Clarify api docs #### Development - [#&#8203;10509](https://github.com/chartjs/Chart.js/issues/10509) Bump to 3.8.1 - [#&#8203;10493](https://github.com/chartjs/Chart.js/issues/10493) Bump terser from 4.8.0 to 4.8.1 - [#&#8203;10471](https://github.com/chartjs/Chart.js/issues/10471) Bump moment from 2.29.2 to 2.29.4 - [#&#8203;10431](https://github.com/chartjs/Chart.js/issues/10431) Bump actions/setup-node from 2 to 3 - [#&#8203;10430](https://github.com/chartjs/Chart.js/issues/10430) Bump actions/checkout from 2 to 3 - [#&#8203;10393](https://github.com/chartjs/Chart.js/issues/10393) Bump eventsource from 1.1.0 to 1.1.1 Thanks to [@&#8203;LeeLenaleee](https://github.com/LeeLenaleee), [@&#8203;Pourbahrami](https://github.com/Pourbahrami), [@&#8203;andrewl64](https://github.com/andrewl64), [@&#8203;dependabot](https://github.com/dependabot), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;etimberg](https://github.com/etimberg), [@&#8203;ideabrian](https://github.com/ideabrian), [@&#8203;igorlukanin](https://github.com/igorlukanin), [@&#8203;kurkle](https://github.com/kurkle), [@&#8203;naveensrinivasan](https://github.com/naveensrinivasan), [@&#8203;stockiNail](https://github.com/stockiNail) and [@&#8203;touletan](https://github.com/touletan) ### [`v3.8.0`](https://github.com/chartjs/Chart.js/releases/tag/v3.8.0) [Compare Source](https://github.com/chartjs/Chart.js/compare/v3.7.1...v3.8.0) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) <!----> - [#&#8203;10341](https://github.com/chartjs/Chart.js/issues/10341) Correct auto.esm.js import to allow module to work in browser - [#&#8203;10316](https://github.com/chartjs/Chart.js/issues/10316) Use abs() when comparing for spanGaps - [#&#8203;10320](https://github.com/chartjs/Chart.js/issues/10320) Bump async from 2.6.3 to 2.6.4 - [#&#8203;10290](https://github.com/chartjs/Chart.js/issues/10290) Bump moment from 2.29.1 to 2.29.2 - [#&#8203;10260](https://github.com/chartjs/Chart.js/issues/10260) Bump minimist from 1.2.5 to 1.2.6 - [#&#8203;10204](https://github.com/chartjs/Chart.js/issues/10204) Bump karma from 6.3.14 to 6.3.16 - [#&#8203;10200](https://github.com/chartjs/Chart.js/issues/10200) Bump url-parse from 1.5.7 to 1.5.10 - [#&#8203;10198](https://github.com/chartjs/Chart.js/issues/10198) Bump prismjs from 1.25.0 to 1.27.0 - [#&#8203;10181](https://github.com/chartjs/Chart.js/issues/10181) Bump url-parse from 1.5.3 to 1.5.7 - [#&#8203;10146](https://github.com/chartjs/Chart.js/issues/10146) Bump karma from 6.3.9 to 6.3.14 - [#&#8203;10150](https://github.com/chartjs/Chart.js/issues/10150) Bump log4js from 6.3.0 to 6.4.1 - [#&#8203;10152](https://github.com/chartjs/Chart.js/issues/10152) Bump engine.io from 6.1.0 to 6.1.2 - [#&#8203;10151](https://github.com/chartjs/Chart.js/issues/10151) Bump node-fetch from 2.6.6 to 2.6.7 - [#&#8203;10149](https://github.com/chartjs/Chart.js/issues/10149) Bump follow-redirects from 1.14.6 to 1.14.8 #### Enhancements - [#&#8203;10362](https://github.com/chartjs/Chart.js/issues/10362) Add option to include invisible points - [#&#8203;10328](https://github.com/chartjs/Chart.js/issues/10328) Resolve canvasGradient is undefined in node - [#&#8203;10293](https://github.com/chartjs/Chart.js/issues/10293) Enable configuration of radial scale point label border radius - [#&#8203;10278](https://github.com/chartjs/Chart.js/issues/10278) Allow time scale to offset using skipped ticks - [#&#8203;10046](https://github.com/chartjs/Chart.js/issues/10046) Interaction functions - [#&#8203;10182](https://github.com/chartjs/Chart.js/issues/10182) Allow individual chart controllers to opt-in to the decimation plugin - [#&#8203;10088](https://github.com/chartjs/Chart.js/issues/10088) Make object notation usable for polarArea and radar - [#&#8203;10106](https://github.com/chartjs/Chart.js/issues/10106) Add new align 'inner' for X axis #### Bugs Fixed - [#&#8203;10371](https://github.com/chartjs/Chart.js/issues/10371) Update to v0.2.1 color dependency to fix bug with invalid colours - [#&#8203;10340](https://github.com/chartjs/Chart.js/issues/10340) Update scale polarArea correctly on data hide - [#&#8203;10289](https://github.com/chartjs/Chart.js/issues/10289) display tooltips only at points in chart area - [#&#8203;10328](https://github.com/chartjs/Chart.js/issues/10328) Resolve canvasGradient is undefined in node - [#&#8203;10301](https://github.com/chartjs/Chart.js/issues/10301) Trigger legend onLeave when the mouse leaves the canvas - [#&#8203;10276](https://github.com/chartjs/Chart.js/issues/10276) Document tooltip draw hooks and only call hooks when the tooltip draws - [#&#8203;10157](https://github.com/chartjs/Chart.js/issues/10157) minimum bar length setting keeps bar base in view #### Types - [#&#8203;10364](https://github.com/chartjs/Chart.js/issues/10364) Types: Allow font to be partial scriptable and individually scriptable - [#&#8203;10283](https://github.com/chartjs/Chart.js/issues/10283) Types: add 'middle' to borderSkipped - [#&#8203;10275](https://github.com/chartjs/Chart.js/issues/10275) Export types for cartesian and radial tick options - [#&#8203;10269](https://github.com/chartjs/Chart.js/issues/10269) add startAngle to radial scale options typings - [#&#8203;10254](https://github.com/chartjs/Chart.js/issues/10254) Add missing fields to the ScriptableContext type - [#&#8203;10179](https://github.com/chartjs/Chart.js/issues/10179) Allow array for line opts in dataset #### Documentation - [#&#8203;10308](https://github.com/chartjs/Chart.js/issues/10308) Add links to docs in all the samples - [#&#8203;10259](https://github.com/chartjs/Chart.js/issues/10259) Fix a typo in data-structures.md - [#&#8203;10266](https://github.com/chartjs/Chart.js/issues/10266) Correct chart initialization flow - [#&#8203;10250](https://github.com/chartjs/Chart.js/issues/10250) Update link to filler plugin - [#&#8203;10184](https://github.com/chartjs/Chart.js/issues/10184) Fix broken link in Animations docs page. - [#&#8203;10158](https://github.com/chartjs/Chart.js/issues/10158) remove hardcoded licenseYear in docs - [#&#8203;10156](https://github.com/chartjs/Chart.js/issues/10156) update link to license and bump license year - [#&#8203;10154](https://github.com/chartjs/Chart.js/issues/10154) Document scale update plugin hooks #### Development - [#&#8203;10377](https://github.com/chartjs/Chart.js/issues/10377) Bump to 3.8.0 - [#&#8203;10247](https://github.com/chartjs/Chart.js/issues/10247) Resolve circulair import filler plugin - [#&#8203;10243](https://github.com/chartjs/Chart.js/issues/10243) Replace deprecated String.prototype.substr() - [#&#8203;10040](https://github.com/chartjs/Chart.js/issues/10040) Refactor filler plugin for easier maintenance Thanks to [@&#8203;CommanderRoot](https://github.com/CommanderRoot), [@&#8203;LeeLenaleee](https://github.com/LeeLenaleee), [@&#8203;Talla2XLC](https://github.com/Talla2XLC), [@&#8203;akiraaso](https://github.com/akiraaso), [@&#8203;dependabot](https://github.com/dependabot), [@&#8203;dependabot](https://github.com/dependabot)\[bot], [@&#8203;etimberg](https://github.com/etimberg), [@&#8203;joshkel](https://github.com/joshkel), [@&#8203;kurkle](https://github.com/kurkle), [@&#8203;kylejonesdev](https://github.com/kylejonesdev), [@&#8203;linkviii](https://github.com/linkviii), [@&#8203;luke-heberling](https://github.com/luke-heberling), [@&#8203;msteiger](https://github.com/msteiger), [@&#8203;pzelnip](https://github.com/pzelnip), [@&#8203;t-mangoe](https://github.com/t-mangoe) and [@&#8203;yhvicey](https://github.com/yhvicey) ### [`v3.7.1`](https://github.com/chartjs/Chart.js/releases/tag/v3.7.1) [Compare Source](https://github.com/chartjs/Chart.js/compare/v3.7.0...v3.7.1) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) #### Bugs Fixed - [#&#8203;10024](https://github.com/chartjs/Chart.js/issues/10024) Fix using above/below filling option with discontinuous lines #### Types - [#&#8203;10124](https://github.com/chartjs/Chart.js/issues/10124) Add missing mouse events to CoreChartOptions.events type - [#&#8203;10133](https://github.com/chartjs/Chart.js/issues/10133) Allow spanGaps to be specified on LineOptions - [#&#8203;10137](https://github.com/chartjs/Chart.js/issues/10137) Ensure that min/max of TimeScaleOptions can be a string - [#&#8203;10075](https://github.com/chartjs/Chart.js/issues/10075) fix: allow colors as array - [#&#8203;10131](https://github.com/chartjs/Chart.js/issues/10131) Correct type for updateHoverStyle - [#&#8203;10130](https://github.com/chartjs/Chart.js/issues/10130) Type Chart.legend property - [#&#8203;10111](https://github.com/chartjs/Chart.js/issues/10111) Change repeating alingment string to single type - [#&#8203;10078](https://github.com/chartjs/Chart.js/issues/10078) Move scriptable and array to helper function in types - [#&#8203;10057](https://github.com/chartjs/Chart.js/issues/10057) add typing and docs for maxTicksLimit all scales #### Documentation - [#&#8203;10138](https://github.com/chartjs/Chart.js/issues/10138) Sort docs sub menus alphabetically, add line and plugin sample - [#&#8203;10100](https://github.com/chartjs/Chart.js/issues/10100) Sort line and bubble dataset options alphabetically - [#&#8203;10103](https://github.com/chartjs/Chart.js/issues/10103) Fix typos found by codespell - [#&#8203;10057](https://github.com/chartjs/Chart.js/issues/10057) add typing and docs for maxTicksLimit all scales - [#&#8203;10045](https://github.com/chartjs/Chart.js/issues/10045) typo Cofiguration #### Development - [#&#8203;10148](https://github.com/chartjs/Chart.js/issues/10148) Bump to 3.7.1 - [#&#8203;10117](https://github.com/chartjs/Chart.js/issues/10117) add SubTitle to TS register test - [#&#8203;10078](https://github.com/chartjs/Chart.js/issues/10078) Move scriptable and array to helper function in types - [#&#8203;10038](https://github.com/chartjs/Chart.js/issues/10038) Improve issue templates Thanks to [@&#8203;DimitriPapadopoulos](https://github.com/DimitriPapadopoulos), [@&#8203;LeeLenaleee](https://github.com/LeeLenaleee), [@&#8203;LovelyAndy](https://github.com/LovelyAndy), [@&#8203;caub](https://github.com/caub), [@&#8203;charlesmass2](https://github.com/charlesmass2), [@&#8203;etimberg](https://github.com/etimberg), [@&#8203;jmorel](https://github.com/jmorel) and [@&#8203;stockiNail](https://github.com/stockiNail) ### [`v3.7.0`](https://github.com/chartjs/Chart.js/releases/tag/v3.7.0) [Compare Source](https://github.com/chartjs/Chart.js/compare/v3.6.2...v3.7.0) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) #### Enhancements - [#&#8203;9949](https://github.com/chartjs/Chart.js/issues/9949) Add centerPointLabels option for linear radial scale - [#&#8203;9970](https://github.com/chartjs/Chart.js/issues/9970) Limit active element changes to chartArea - [#&#8203;9944](https://github.com/chartjs/Chart.js/issues/9944) Improvements to tooltip positioners - [#&#8203;9933](https://github.com/chartjs/Chart.js/issues/9933) add beforeDestroy hook - [#&#8203;9919](https://github.com/chartjs/Chart.js/issues/9919) Support "r" axis for non-intersecting interaction - [#&#8203;9920](https://github.com/chartjs/Chart.js/issues/9920) Feature/active elements on top - [#&#8203;9877](https://github.com/chartjs/Chart.js/issues/9877) Add borderJoinStyle option for arc elements #### Bugs Fixed - [#&#8203;10021](https://github.com/chartjs/Chart.js/issues/10021) radialLinear: fix positioning & scaling - [#&#8203;10020](https://github.com/chartjs/Chart.js/issues/10020) radialLinear: fix getIndexAngle when there are no labels (left) - [#&#8203;10018](https://github.com/chartjs/Chart.js/issues/10018) radialLinear: Hide pointLabels of hidden data - [#&#8203;9992](https://github.com/chartjs/Chart.js/issues/9992) Fix setActiveElements behavior after a mouse event - [#&#8203;9970](https://github.com/chartjs/Chart.js/issues/9970) Limit active element changes to chartArea - [#&#8203;9969](https://github.com/chartjs/Chart.js/issues/9969) Pass object from array as value to \_fallback #### Types - [#&#8203;9986](https://github.com/chartjs/Chart.js/issues/9986) Types/ type suggestedMin and suggestedMax for time scale - [#&#8203;9985](https://github.com/chartjs/Chart.js/issues/9985) Types/Allow min-max as string timescale - [#&#8203;9937](https://github.com/chartjs/Chart.js/issues/9937) Types/allow for multiline labels in tick callback #### Documentation - [#&#8203;10013](https://github.com/chartjs/Chart.js/issues/10013) Docs/Add sample for centered point labels - [#&#8203;9994](https://github.com/chartjs/Chart.js/issues/9994) Docs/clarify usage of ticks callback (#\<!---->9991) - [#&#8203;9960](https://github.com/chartjs/Chart.js/issues/9960) Docs/clarify samples - [#&#8203;9952](https://github.com/chartjs/Chart.js/issues/9952) Try to improve documentation for new users #### Development - [#&#8203;10011](https://github.com/chartjs/Chart.js/issues/10011) Bump version to 3.7.0, update deps Thanks to [@&#8203;LeeLenaleee](https://github.com/LeeLenaleee), [@&#8203;doug-a-brunner](https://github.com/doug-a-brunner), [@&#8203;joshkel](https://github.com/joshkel), [@&#8203;kurkle](https://github.com/kurkle), [@&#8203;luukdv](https://github.com/luukdv) and [@&#8203;t-mangoe](https://github.com/t-mangoe) ### [`v3.6.2`](https://github.com/chartjs/Chart.js/releases/tag/v3.6.2) [Compare Source](https://github.com/chartjs/Chart.js/compare/v3.6.1...v3.6.2) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) #### Bugs Fixed - [#&#8203;9939](https://github.com/chartjs/Chart.js/issues/9939) Stop modifying options in interaction handlers - [#&#8203;9938](https://github.com/chartjs/Chart.js/issues/9938) Fix resolver caching issue when setting values #### Development - [#&#8203;9953](https://github.com/chartjs/Chart.js/issues/9953) Bump version to 3.6.2 Thanks to [@&#8203;kurkle](https://github.com/kurkle) ### [`v3.6.1`](https://github.com/chartjs/Chart.js/releases/tag/v3.6.1) [Compare Source](https://github.com/chartjs/Chart.js/compare/v3.6.0...v3.6.1) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) <!----> - [#&#8203;9683](https://github.com/chartjs/Chart.js/issues/9683) Update stale documentation for axis titles #### Bugs Fixed - [#&#8203;9922](https://github.com/chartjs/Chart.js/issues/9922) Fix tooltip caret position when it is positioned at the corners - [#&#8203;9921](https://github.com/chartjs/Chart.js/issues/9921) Category: Track automatically added labels - [#&#8203;9915](https://github.com/chartjs/Chart.js/issues/9915) Chart area boxes receive 0 margin during the final layout process - [#&#8203;9876](https://github.com/chartjs/Chart.js/issues/9876) Detect detach/attach in same observation - [#&#8203;9857](https://github.com/chartjs/Chart.js/issues/9857) Synchronize data visibility with data changes - [#&#8203;9871](https://github.com/chartjs/Chart.js/issues/9871) Fix inRange for full circle arc - [#&#8203;9872](https://github.com/chartjs/Chart.js/issues/9872) Configure all datasets before updating any - [#&#8203;9861](https://github.com/chartjs/Chart.js/issues/9861) Prevent proxying CanvasGradient in Node platform - [#&#8203;9855](https://github.com/chartjs/Chart.js/issues/9855) Fix incomplete TS type for Chart.register + others - [#&#8203;9831](https://github.com/chartjs/Chart.js/issues/9831) Pass number format to tooltip - [#&#8203;9794](https://github.com/chartjs/Chart.js/issues/9794) Remove scriptability from defaults.font types #### Types - [#&#8203;9917](https://github.com/chartjs/Chart.js/issues/9917) Add a note about the type parameters of the ChartData type - [#&#8203;9916](https://github.com/chartjs/Chart.js/issues/9916) Doughnut chart options have an offset property - [#&#8203;9858](https://github.com/chartjs/Chart.js/issues/9858) Types: add autopadding to typing - [#&#8203;9855](https://github.com/chartjs/Chart.js/issues/9855) Fix incomplete TS type for Chart.register + others - [#&#8203;9837](https://github.com/chartjs/Chart.js/issues/9837) update animation event to include currentStep instead of currentState - [#&#8203;9834](https://github.com/chartjs/Chart.js/issues/9834) Types: include initial variable in the AnimationEvent - [#&#8203;9794](https://github.com/chartjs/Chart.js/issues/9794) Remove scriptability from defaults.font types - [#&#8203;9800](https://github.com/chartjs/Chart.js/issues/9800) Fix object notation border width barchart #### Documentation - [#&#8203;9923](https://github.com/chartjs/Chart.js/issues/9923) Add notes about more specific options for axes - [#&#8203;9917](https://github.com/chartjs/Chart.js/issues/9917) Add a note about the type parameters of the ChartData type - [#&#8203;9900](https://github.com/chartjs/Chart.js/issues/9900) Fix a typo in index.md - [#&#8203;9893](https://github.com/chartjs/Chart.js/issues/9893) Fix a typo in contributing.md - [#&#8203;9866](https://github.com/chartjs/Chart.js/issues/9866) docs: Add a link to front-end integrations - [#&#8203;9865](https://github.com/chartjs/Chart.js/issues/9865) Update misleading sample comment - [#&#8203;9812](https://github.com/chartjs/Chart.js/issues/9812) Docs/update scale position type - [#&#8203;9803](https://github.com/chartjs/Chart.js/issues/9803) Define with let to avoid "assignment to constant" errors - [#&#8203;9798](https://github.com/chartjs/Chart.js/issues/9798) New sample: Progressive Line With Easing - [#&#8203;9791](https://github.com/chartjs/Chart.js/issues/9791) Update namespace and charts for legend override - [#&#8203;9787](https://github.com/chartjs/Chart.js/issues/9787) Add warning about chart types overriding plugin defaults #### Development - [#&#8203;9929](https://github.com/chartjs/Chart.js/issues/9929) Bump to 3.6.1 Thanks to [@&#8203;LeeLenaleee](https://github.com/LeeLenaleee), [@&#8203;NorthBlue333](https://github.com/NorthBlue333), [@&#8203;benmccann](https://github.com/benmccann), [@&#8203;carsonalh](https://github.com/carsonalh), [@&#8203;erictheise](https://github.com/erictheise), [@&#8203;etimberg](https://github.com/etimberg), [@&#8203;fishmandev](https://github.com/fishmandev), [@&#8203;igorlukanin](https://github.com/igorlukanin) and [@&#8203;kurkle](https://github.com/kurkle) ### [`v3.6.0`](https://github.com/chartjs/Chart.js/releases/tag/v3.6.0) [Compare Source](https://github.com/chartjs/Chart.js/compare/v3.5.1...v3.6.0) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) <!----> - [#&#8203;9757](https://github.com/chartjs/Chart.js/issues/9757) ci(workflow): add cache to workflows using actions/setup-node - [#&#8203;9587](https://github.com/chartjs/Chart.js/issues/9587) Ensure that controllers derived from the bar controller work correct in stacked charts #### Enhancements - [#&#8203;9761](https://github.com/chartjs/Chart.js/issues/9761) Add chart, p0.raw, p1.raw to segment context - [#&#8203;9758](https://github.com/chartjs/Chart.js/issues/9758) Support nested scriptable options for datasets - [#&#8203;9751](https://github.com/chartjs/Chart.js/issues/9751) Disable animations for BasicPlatform (offcreen) - [#&#8203;9716](https://github.com/chartjs/Chart.js/issues/9716) Add layout.autoPadding option - [#&#8203;9679](https://github.com/chartjs/Chart.js/issues/9679) Add sanity check for stepSize - [#&#8203;9625](https://github.com/chartjs/Chart.js/issues/9625) Configurable tooltip box padding - [#&#8203;9624](https://github.com/chartjs/Chart.js/issues/9624) Add sanity checks for scale options - [#&#8203;9622](https://github.com/chartjs/Chart.js/issues/9622) Add parsing support to pie/doughnut charts - [#&#8203;9620](https://github.com/chartjs/Chart.js/issues/9620) Enable per-corner border radius in tooltip - [#&#8203;9557](https://github.com/chartjs/Chart.js/issues/9557) Detect attach/detach from any level #### Performance - [#&#8203;9661](https://github.com/chartjs/Chart.js/issues/9661) cache also undefined values in option resolver #### Bugs Fixed - [#&#8203;9656](https://github.com/chartjs/Chart.js/issues/9656) Fix cleaning up metasets - [#&#8203;9767](https://github.com/chartjs/Chart.js/issues/9767) Fix stacked fill with lines over multiple scales - [#&#8203;9764](https://github.com/chartjs/Chart.js/issues/9764) Bubble: Properly parse radius for non-object data - [#&#8203;9770](https://github.com/chartjs/Chart.js/issues/9770) Support nested scriptable defaults for datasets - [#&#8203;9766](https://github.com/chartjs/Chart.js/issues/9766) Fix controller.getMinMax for stacked charts - [#&#8203;9729](https://github.com/chartjs/Chart.js/issues/9729) Types: Move tooltip methods to model from plugin - [#&#8203;9719](https://github.com/chartjs/Chart.js/issues/9719) Linear: determine grace amount from range - [#&#8203;9718](https://github.com/chartjs/Chart.js/issues/9718) Fix chart crashing when only min is defined - [#&#8203;9641](https://github.com/chartjs/Chart.js/issues/9641) Fix chart crashing when max is defined but ticks are empty - [#&#8203;9678](https://github.com/chartjs/Chart.js/issues/9678) Bar: fix too thick borders - [#&#8203;9644](https://github.com/chartjs/Chart.js/issues/9644) Fix segment styling with gaps - [#&#8203;9613](https://github.com/chartjs/Chart.js/issues/9613) Fix plugin event filtering of renamed events - [#&#8203;9592](https://github.com/chartjs/Chart.js/issues/9592) Fix control points on animated line w/o border #### Types - [#&#8203;9729](https://github.com/chartjs/Chart.js/issues/9729) Types: Move tooltip methods to model from plugin - [#&#8203;9699](https://github.com/chartjs/Chart.js/issues/9699) Support false for doughnut and polar area chart animation options - [#&#8203;9680](https://github.com/chartjs/Chart.js/issues/9680) Fix some typings issues - [#&#8203;9634](https://github.com/chartjs/Chart.js/issues/9634) Add align to interface of scale title config - [#&#8203;9610](https://github.com/chartjs/Chart.js/issues/9610) fix getRelativePosition type definition - [#&#8203;9617](https://github.com/chartjs/Chart.js/issues/9617) Remove offscreen canvas types - [#&#8203;9570](https://github.com/chartjs/Chart.js/issues/9570) Add missing typings of helpers, add automatic test #### Documentation - [#&#8203;9741](https://github.com/chartjs/Chart.js/issues/9741) Added hyperlink on Chart.js LOGO - [#&#8203;9720](https://github.com/chartjs/Chart.js/issues/9720) Fixed 4 links - [#&#8203;9747](https://github.com/chartjs/Chart.js/issues/9747) linked LICENSE.md to README - [#&#8203;9724](https://github.com/chartjs/Chart.js/issues/9724) docs: fix small error - [#&#8203;9710](https://github.com/chartjs/Chart.js/issues/9710) Fix: Typo spaning--> spanning - [#&#8203;9711](https://github.com/chartjs/Chart.js/issues/9711) Fix: Typo ingnore-->ignore - [#&#8203;9708](https://github.com/chartjs/Chart.js/issues/9708) Fix: Typo that-->than - [#&#8203;9697](https://github.com/chartjs/Chart.js/issues/9697) Document sample components file - [#&#8203;9626](https://github.com/chartjs/Chart.js/issues/9626) fix: broken link to \`cubicInterpolationMode\` - [#&#8203;9618](https://github.com/chartjs/Chart.js/issues/9618) Update tooltip callback docs - [#&#8203;9619](https://github.com/chartjs/Chart.js/issues/9619) Update old codepen links to ones for v3 #### Development - [#&#8203;9784](https://github.com/chartjs/Chart.js/issues/9784) Bump to 3.6.0 - [#&#8203;9755](https://github.com/chartjs/Chart.js/issues/9755) Fix: Typo 'is less' -> 'are lesser' - [#&#8203;9744](https://github.com/chartjs/Chart.js/issues/9744) Changed var to const/let in the docs - [#&#8203;9646](https://github.com/chartjs/Chart.js/issues/9646) Remove const me = this pattern Thanks to [@&#8203;0xflotus](https://github.com/0xflotus), [@&#8203;Flupp](https://github.com/Flupp), [@&#8203;KurtPreston](https://github.com/KurtPreston), [@&#8203;Prashoon123](https://github.com/Prashoon123), [@&#8203;SandeepKrSuman](https://github.com/SandeepKrSuman), [@&#8203;aha-oretama](https://github.com/aha-oretama), [@&#8203;atharva01903](https://github.com/atharva01903), [@&#8203;davidsandoz](https://github.com/davidsandoz), [@&#8203;etimberg](https://github.com/etimberg), [@&#8203;gautammsuthar](https://github.com/gautammsuthar), [@&#8203;igolskyi](https://github.com/igolskyi), [@&#8203;joshkel](https://github.com/joshkel), [@&#8203;kurkle](https://github.com/kurkle), [@&#8203;mikidoodle](https://github.com/mikidoodle), [@&#8203;nikethanrai](https://github.com/nikethanrai), [@&#8203;oscard0m](https://github.com/oscard0m) and [@&#8203;shubham242k](https://github.com/shubham242k) ### [`v3.5.1`](https://github.com/chartjs/Chart.js/releases/tag/v3.5.1) [Compare Source](https://github.com/chartjs/Chart.js/compare/v3.5.0...v3.5.1) ### Essential Links - [npm](https://www.npmjs.com/package/chart.js) - [Migration guide](https://www.chartjs.org/docs/latest/getting-started/v3-migration) - [Docs](https://www.chartjs.org/docs/latest/) - [API](https://www.chartjs.org/docs/latest/api/) - [Samples](https://www.chartjs.org/docs/latest/samples/) <!----> - [#&#8203;9563](https://github.com/chartjs/Chart.js/issues/9563) support crossAlign on mirrored y-axis #### Bugs Fixed - [#&#8203;9525](https://github.com/chartjs/Chart.js/issues/9525) Keep track of parsed array changes when parsing===false - [#&#8203;9489](https://github.com/chartjs/Chart.js/issues/9489) Fix \_isPointInArea helper when no area is provided - [#&#8203;9469](https://github.com/chartjs/Chart.js/issues/9469) Remove index interaction override barChart #### Types - [#&#8203;9550](https://github.com/chartjs/Chart.js/issues/9550) Grid line z property in TS types - [#&#8203;9546](https://github.com/chartjs/Chart.js/issues/9546) Add number to the title scale padding as type - [#&#8203;9490](https://github.com/chartjs/Chart.js/issues/9490) Types: Add \`tooltip\` to chart instance - [#&#8203;9477](https://github.com/chartjs/Chart.js/issues/9477) Types: Change \`context.chart\` to plain \`Chart\` #### Documentation - [#&#8203;9555](https://github.com/chartjs/Chart.js/issues/9555) Fix broken link. - [#&#8203;9549](https://github.com/chartjs/Chart.js/issues/9549) Ensure that docs have more width in the page - [#&#8203;9516](https://github.com/chartjs/Chart.js/issues/9516) fix 2 broken links, clarify order property - [#&#8203;9524](https://github.com/chartjs/Chart.js/issues/9524) Add more details on legend sort function - [#&#8203;9503](https://github.com/chartjs/Chart.js/issues/9503) Fix typo in docs on axes labelling - [#&#8203;9479](https://github.com/chartjs/Chart.js/issues/9479) Move pointStyle types and update plugin link\&render chart - [#&#8203;9465](https://github.com/chartjs/Chart.js/issues/9465) Longhand labels key in getting started - [#&#8203;9475](https://github.com/chartjs/Chart.js/issues/9475) Adjust text to code example - [#&#8203;9472](https://github.com/chartjs/Chart.js/issues/9472) Update charts.md #### Development - [#&#8203;9565](https://github.com/chartjs/Chart.js/issues/9565) Update to 3.5.1 version number - [#&#8203;9556](https://github.com/chartjs/Chart.js/issues/9556) Remove chart.scale property (always undefined) Thanks to [@&#8203;LeeLenaleee](https://github.com/LeeLenaleee), [@&#8203;M4sterShake](https://github.com/M4sterShake), [@&#8203;Yash-Singh1](https://github.com/Yash-Singh1), [@&#8203;etimberg](https://github.com/etimberg), [@&#8203;ewanmellor](https://github.com/ewanmellor), [@&#8203;juan-cortes](https://github.com/juan-cortes), [@&#8203;kurkle](https://github.com/kurkle), [@&#8203;niklasnoldin](https://github.com/niklasnoldin) and [@&#8203;snoozbuster](https://github.com/snoozbuster) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Fascinated added 1 commit 2023-10-18 09:04:49 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Fascinated/scoresaber-reloaded#12
No description provided.