Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2023

This PR contains the following updates:

Package Change Age Confidence
chart.js (source) 4.2.0 -> 4.5.1 age confidence

Release Notes

chartjs/Chart.js (chart.js)

v4.5.1

Compare Source

Essential Links

Bugs Fixed

  • #​12098 Do not notify plugins after their uninstall function has been called
  • #​12096 Sync Doughnut chart legend options to legend plugin
  • #​12097 Attempt fixing charts shrinking on certain zoom values in Chrome

Types

  • #​12122 fix(types): add drawingArea to RadialLinearScale
  • #​12120 fix(types): allow null for line chart point values (#12027)
  • #​12099 Add data.datasets[].tooltip.callbacks to Typescript types

Development

Thanks to @​LeeLenaleee, @​anshukushwaha07, @​bojidar-bg, @​dependabot[bot] and dependabot[bot]

v4.5.0

Compare Source

Essential Links

Enhancements

  • #​11470 Fix min js two renames
  • #​12054 [fix] #12048 - Add selfJoin option for doughnut graphs
  • #​12058 feature: make above/below colors in filler plugin work with pivoted line charts

Bugs Fixed

  • #​12070 Fix: display stacked bar with multiple x-Axis

Types

  • #​12064 Document requirement of 'this' when calling tick formatters
  • #​12063 Add type definition for beforeEvent changed

Documentation

  • #​12088 Fix grammar typo: 'only draw line' -> 'only draw lines'
  • #​12087 Fix minified URL for development builds in the docs
  • #​12084 fix: correct grammar in segment comments (an segment -> a segment)
  • #​12082 Update docs for Developers API
  • #​12068 Fix minor typo, missing period

Development

Thanks to @​FabTechAT, @​Jee-on, @​LeeLenaleee, @​R2Jeu-prive, @​dependabot[bot], @​ffdm, @​fulldecent, @​joshkel, @​lucasleung8, @​nakanoh, @​xavierleune and dependabot[bot]

v4.4.9

Compare Source

Essential Links

Bugs Fixed

  • #​12057 fix: respect dataset clipping area when filling line charts

Documentation

Development

Thanks to @​LeeLenaleee, @​adrianbrs and @​joshkel

v4.4.8

Compare Source

Essential Links

  • #​12034 [fix] Handle non-primitives in isNumber

Bugs Fixed

  • #​12035 Export ...ParsedData interfaces
  • #​12012 Fix helpers `Chart` type
  • #​11991 Bugfix: TypeError in Interaction due to out-of-bounds index
  • #​11986 Bugfix: return nearest non-null point on interaction when spanGaps=true
  • #​11984 Bugfix: span gaps over null values beyond scale limits

Types

Documentation

Development

Thanks to @​etimberg, @​joshkel, @​marisst, @​pensono and @​prems51

v4.4.7

Compare Source

Essential Links

Types

  • #​11521 fix: correct typing for doughnut, pie, and polarArea charts
  • #​11948 Export TRBL from geometric

Documentation

  • #​11968 Add documentation about setting default tooltip fonts
  • #​11962 Show correct title in multi series pie chart example

Development

Thanks to @​Connormiha, @​DustinEwan, @​LeeLenaleee, @​dependabot and @​dependabot[bot]

v4.4.6

Compare Source

Essential Links

Bugs Fixed

  • #​11938 Fix: applyStack() returned the sum of all values for hidden dataset indices, which causes incorrect animations when showing/hiding stacked datasets.

Development

  • #​11943 chore: version bump for 4.4.6 release
  • #​11933 Fix 404 to samples in release drafter

Thanks to @​DeyLak, @​LeeLenaleee and @​etimberg

v4.4.5

Compare Source

Essential Links

Bugs Fixed

  • #​11927 Don't apply default colors in the colors plugin when defaults are used
  • #​11907 Avoid error if borderOpts.dash is undefined
  • #​11882 Fix initial dataset stacks

Types

  • #​11931 Allow array's in backgroundColor defaults and add hover background and border color to defaults

Documentation

Development

Thanks to @​HieroglypH, @​LeeLenaleee, @​dependabot, @​dependabot[bot] and @​dregad

v4.4.4

Compare Source

Essential Links

Bugs Fixed

  • #​11873 Check if range method exists on element before executing it
  • #​11863 Return false from the average tooltip positioner on no valid data
  • #​11858 Bugfix/issue 11804 tooltip show for all invisible
  • #​11851 fix: Unset _resizeBeforeDraw before _resize() call to avoid possible recursion
  • #​11844 fix issue #11717
  • #​11788 Fix drawing angle lines on reversed radial scale

Types

  • #​11867 fix(types): exclude DeepPartial<unknown[]> from ChartOptions interface
  • #​11862 fix(types): add xCenter and yCenter properties to RadialLinearScale interface
  • #​11817 Remove box padding from legend types
  • #​11796 Add fit method to LegendElement interface
  • #​11780 types: Allow passing undefined for chart options

Documentation

  • #​11871 Add radial linear scale to docs section of samples
  • #​11823 Update OffscreenCanvas documentation, as it is widely available now
  • #​11781 Fix some typos

Development

Thanks to @​CatchABus, @​LeeLenaleee, @​MichelHMachado, @​artus9033, @​huqingkun, @​jdufresne and @​joliss

v4.4.3

Compare Source

Essential Links

  • #​11754 Fix error when object prototype is frozen

Bugs Fixed

  • #​11764 do not attempt to clear canvas if one does not exist
  • #​11755 #11450 hide bar by dataindex
  • #​11690 Create parsed object with correct keys
  • #​11707 platform.isAttached should return false if canvas is false-y

Documentation

Development

Thanks to @​DAcodedBEAT, @​EricWittrock, @​LeeLenaleee, @​LiamSwayne, @​dependabot and @​dependabot[bot]

v4.4.2

Compare Source

Essential Links

Bugs Fixed

  • #​11685 addListener and removeListener should be only invoked on truthy values
  • #​11682 fix #11503, autoskipping 0 tick when min is below 0
  • #​11616 fix(#11615): fix calculating caretX position on stacked bar with index interaction.

Types

  • #​11662 bugfix #10896 - Changed 'r' to optional for BubbleChart

Documentation

  • #​11674 docs(types): fix description in index.d.ts
  • #​11614 Add extra calrification for html legend

Development

  • #​11689 Bump to 4.4.2
  • #​11664 Bump pnpm/action-setup from 2.4.0 to 3.0.0
  • #​11657 Bump release-drafter/release-drafter from 5 to 6
  • #​11650 Bump dorny/paths-filter from 2 to 3
  • #​11636 Bump socket.io-parser from 4.2.2 to 4.2.4
  • #​11635 Bump follow-redirects from 1.15.2 to 1.15.4
  • #​11633 Update pnpm lockfile

Thanks to @​DAcodedBEAT, @​LeeLenaleee, @​Megaemce, @​dependabot, @​dependabot[bot], @​mirumirumi, @​smoonsf and @​waszkiewiczja

v4.4.1

Compare Source

Essential Links

Bugs Fixed

  • #​11605 Update font spec type
  • #​11596 Tooltip fixes (getLabelAndValue on null controller, null getParsed)
  • #​11588 fix: Guard access to window in helpers.dom.ts for browserless rendering
  • #​11577 Fix backdrop padding
  • #​11488 Change type of mode in chart.update(mode)

Types

  • #​11605 Update font spec type
  • #​11572 fix: Property platform missing from chart configuration typings
  • #​11569 fix: pass Plugin TType down to hooks chart arg
  • #​11488 Change type of mode in chart.update(mode)

Documentation

  • #​11562 Fix migration docs links
  • #​11483 docs: Fix typo for documentation of plugins.tooltip.textDirection

Development

Thanks to @​CatchABus, @​Cazka, @​Connormiha, @​LeeLenaleee, @​Sengulair, @​bboy-chocomint, @​dependabot, @​dependabot[bot], @​jongwooo, @​joshkel and @​unverbraucht

v4.4.0

Compare Source

Essential Links

Enhancements

  • #​11404 Add clip option to scale configuration to allow unclipped scales

Bugs Fixed

  • #​11435 BorderRadius of Bar Chart issue on Firefox 116

Types

  • #​11348 fix: Add backgroundColor type on CoreScaleOptions

Documentation

  • #​11439 Replace html extension with md extension for docs

Development

Thanks to @​LeeLenaleee, @​Mer-cat, @​bogdankorshunov and @​stockiNail

v4.3.3

Compare Source

Essential Links

  • #​11432 Revert fix for monotone cubic interpolation

Development

  • #​11427 Bump pnpm/action-setup from 2.2.4 to 2.4.0

Thanks to @​dependabot, @​dependabot[bot] and @​stockiNail

v4.3.2

Compare Source

Essential Links

Types

  • #​11422 Revert feature to disable plugins by TS
  • #​11419 Updates to scale type definitions

Development

Thanks to @​LeeLenaleee, @​joshkel and @​stockiNail

v4.3.1

Compare Source

Essential Links

  • #​11417 Bump 4.3.1
  • #​11330 [docs] HTML Legend sample: add flex-shrink: 0 to color box

Bugs Fixed

  • #​11377 Fix curve path if scale limits are set for line chart
  • #​11388 Fix time series scale to have each data point is spread equidistant
  • #​11352 Fix mismatch between hit boxes and drawn items in legend plugin
  • #​11346 Add text stoke radial linear scale
  • #​11334 Fix toggling showLine option on scatter controller

Types

  • #​11403 Add missing feature for disabling plugins in TyeScript
  • #​11396 Fix type of tickBorderDash in GridLineOptions
  • #​11187 Split the TimeScaleOptions type into composable sub types
  • #​11383 fix: add pointStyleWidth to type definitions
  • #​11358 Add `beforeDraw` to drawtime type
  • #​11350 Add events property to Plugin defined type
  • #​11309 Export explicitly the plugin options definition which is augmented by plugins implementation

Documentation

  • #​11345 Clarify update docs
  • #​11324 Refined grammar and updated overall .md documentation files
  • #​11322 minor correction of documentation for 'Grace'
  • #​11284 Correct tooltip dates displaying incorrectly reported in #11229
  • #​11300 Expend note that chart must be in its own dedicated container

Development

Thanks to @​Frenzie, @​LeeLenaleee, @​etimberg, @​matthewhegarty, @​mukham12, @​skopz356 and @​stockiNail

v4.3.0

Compare Source

Essential Links

  • #​11257 Bump to 4.3.0
  • #​11217 Enable applying of gradients and pattern on line segments
  • #​11134 Use custom scale defaults and dataset axis ID options to determine the axis
  • #​11061 fix RTL tooltip colorBox placement

Enhancements

  • #​11055 Enable point labels hiding when overlapped
  • #​11180 Border is counted as part of ArcElement
  • #​11121 refactor: rewrite config helpers to ts
  • #​11100 refactor: rewrite canvas helpers to ts
  • #​11127 Add borderDash options to arc element

Bugs Fixed

  • #​11238 Check for isNaN before building number formatter options
  • #​11116 Fix: don't generate ticks > max if max is specified

Types

  • #​11121 refactor: rewrite config helpers to ts
  • #​11100 refactor: rewrite canvas helpers to ts
  • #​11143 Docs: fix tooltip model doc.

Documentation

  • #​11241 Add redirect for old V3 migration guides in release notes
  • #​11244 Fix documentation about how to manage own custom plugin for types
  • #​11220 docs: Fix a few typos
  • #​11154 Update tooltip.md

Development

  • #​11240 Add version specific urls to release template
  • #​11212 Update size limits
  • #​11209 chore: change pnpm version in engines field to be able to use 8.x.x
  • #​11174 Add colors plugin to size limit
  • #​11165 Disable canvas acceleration in Firefox 110 in test cases
  • #​11145 Simplify _arrayUnique
  • #​11135 Change labelColors to labelColor in tooltip drawColorBox method.

Thanks to @​CodingMarco, @​Connormiha, @​Demir-Utku, @​LeeLenaleee, @​dangreen, @​defunctzombie, @​etimberg, @​leo2436, @​olenderhub, @​shahabhm, @​stockiNail and @​timgates42

v4.2.1

Compare Source

Essential Links

  • #​11045 fix: decimation plugin data not writeable after clean

Bugs Fixed

  • #​11069 Use maxTicksLimit option to calculate the labels size on ticks

Types

  • #​11102 chore: #10963 revert
  • #​11115 Add colors plugin TS options to be configured
  • #​11081 fix: add bgColor type in RadialLinearScaleOptions
  • #​11095 🐛 fixes compilation error when option --isolatedModules is set

Documentation

Development

  • #​11130 Bump to 4.2.1
  • #​11124 Remove circumference property retrieving from arc element for center calculation because not used
  • #​11113 Update link to new template

Thanks to @​LeeLenaleee, @​choichoijin, @​dangreen, @​etimberg, @​jljouannic, @​johakr, @​n1313 and @​stockiNail


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from fe1ab79 to a24d7e4 Compare May 28, 2023 19:50
@renovate renovate bot changed the title Update dependency chart.js to v4.2.1 Update dependency chart.js to v4.3.0 May 28, 2023
@renovate renovate bot changed the title Update dependency chart.js to v4.3.0 Update dependency chart.js to v4.3.1 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from a24d7e4 to 0b9acf7 Compare July 25, 2023 02:41
@renovate renovate bot changed the title Update dependency chart.js to v4.3.1 Update dependency chart.js to v4.3.2 Jul 27, 2023
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 0b9acf7 to 0b3be91 Compare July 27, 2023 02:47
@renovate renovate bot changed the title Update dependency chart.js to v4.3.2 Update dependency chart.js to v4.3.3 Aug 4, 2023
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 0b3be91 to ff168d6 Compare August 4, 2023 02:57
@renovate renovate bot changed the title Update dependency chart.js to v4.3.3 Update dependency chart.js to v4.4.0 Aug 26, 2023
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from ff168d6 to 0f498ba Compare August 26, 2023 11:45
@renovate renovate bot changed the title Update dependency chart.js to v4.4.0 Update dependency chart.js to v4.4.1 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 0f498ba to fdece3a Compare December 5, 2023 20:49
@renovate renovate bot changed the title Update dependency chart.js to v4.4.1 Update dependency chart.js to v4.4.2 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from fdece3a to 8ff6ae1 Compare February 29, 2024 02:42
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 8ff6ae1 to 03e6964 Compare May 24, 2024 02:15
@renovate renovate bot changed the title Update dependency chart.js to v4.4.2 Update dependency chart.js to v4.4.3 May 24, 2024
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 03e6964 to 6fe9983 Compare August 22, 2024 05:59
@renovate renovate bot changed the title Update dependency chart.js to v4.4.3 Update dependency chart.js to v4.4.4 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 6fe9983 to a857245 Compare October 17, 2024 12:01
@renovate renovate bot changed the title Update dependency chart.js to v4.4.4 Update dependency chart.js to v4.4.5 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from a857245 to d64e5a6 Compare October 29, 2024 05:39
@renovate renovate bot changed the title Update dependency chart.js to v4.4.5 Update dependency chart.js to v4.4.6 Oct 29, 2024
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from d64e5a6 to 411db72 Compare December 2, 2024 21:02
@renovate renovate bot changed the title Update dependency chart.js to v4.4.6 Update dependency chart.js to v4.4.7 Dec 2, 2024
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 411db72 to 2211bdc Compare February 20, 2025 08:07
@renovate renovate bot changed the title Update dependency chart.js to v4.4.7 Update dependency chart.js to v4.4.8 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 2211bdc to ad26186 Compare April 17, 2025 04:14
@renovate renovate bot changed the title Update dependency chart.js to v4.4.8 Update dependency chart.js to v4.4.9 Apr 17, 2025
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from ad26186 to 8e1b0fd Compare June 22, 2025 23:54
@renovate renovate bot changed the title Update dependency chart.js to v4.4.9 Update dependency chart.js to v4.5.0 Jun 22, 2025
@renovate renovate bot force-pushed the renovate/chart.js-4.x-lockfile branch from 8e1b0fd to 8456fbf Compare October 14, 2025 04:04
@renovate renovate bot changed the title Update dependency chart.js to v4.5.0 Update dependency chart.js to v4.5.1 Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant