Releases · chartjs/Chart.js
v4.5.1
v4.5.0
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
v4.4.8
v4.4.7
v4.4.6
v4.4.5
v4.4.4
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
- #11874 Bump package version to 4.4.4
Thanks to @CatchABus, @LeeLenaleee, @MichelHMachado, @artus9033, @huqingkun, @jdufresne and @joliss