Sourced from chart.js's releases.
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
dd554e0
Bump package version to 4.4.4 (#11874)2fa7241
Check if range method exists on element before executing it (#11873)a1f7355
Add radial linear scale to docs section of samples (#11871)3dac05e
Return false from the average tooltip positioner on no valid data (#11863)b51b57a
fix(types): exclude DeepPartial<unknown[]> from ChartOptions
interface (#11867)74122c1
fix(types): add xCenter and yCenter properties to RadialLinearScale
interface...b9c0141
Bugfix/issue 11804 tooltip show for all invisible (#11858)f3f84fd
fix: Unset _resizeBeforeDraw before _resize() call to avoid possible
recursio...147ee59
fix issue #11717
(#11844)0ca1b6e
Update OffscreenCanvas documentation, as it is widely available now (#11823)