Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: chartjs/Chart.js

v4.4.9

15 Apr 13:24
817bec0
Compare
Choose a tag to compare
Loading

Essential Links

Bugs Fixed

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

Documentation

  • #12039 Add docs on using from Node.js

Development

  • #12062 Bump version to 4.4.9

Thanks to @LeeLenaleee, @adrianbrs and @joshkel

v4.4.8

19 Feb 15:45
32c8032
Compare
Choose a tag to compare
Loading

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

  • #12035 Export ...ParsedData interfaces
  • #12012 Fix helpers `Chart` type
  • #12010 Type fixes for time adapters

Documentation

  • #12005 Correct broken link in animations.md
  • #11997 Update linear-step-size.md

Development

  • #12036 chore: bump to v4.4.8

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

v4.4.7

01 Dec 16:45
57b5c5b
Compare
Choose a tag to compare
Loading

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

  • #11969 Chore: bump version to 4.4.7
  • #11959 Bump cross-spawn from 6.0.5 to 6.0.6
  • #11501 Simplify check undefinded

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

v4.4.6

28 Oct 13:41
47245a7
Compare
Choose a tag to compare
Loading

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

15 Oct 18:56
7af71f5
Compare
Choose a tag to compare
Loading

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

  • #11932 Bump package version to 4.4.5
  • #11875 Bump socket.io from 4.6.1 to 4.7.5

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

v4.4.4

20 Aug 20:31
dd554e0
Compare
Choose a tag to compare
Loading

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

v4.4.3

17 May 12:53
3d08012
Compare
Choose a tag to compare
Loading

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

  • #11776 Bump to 4.4.3
  • #11773 Bump pnpm/action-setup from 3.0.0 to 4.0.0
  • #11720 Bump follow-redirects from 1.15.4 to 1.15.6

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

v4.4.2

28 Feb 16:51
7736ea3
Compare
Choose a tag to compare
Loading

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

04 Dec 19:27
ac53fd2
Compare
Choose a tag to compare
Loading

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

  • #11606 Bump 4.4.1
  • #11599 Remove size limit from CI
  • #11570 Replace deprecated command with environment file
  • #11560 Bump actions/setup-node from 3 to 4
  • #11490 fix: simplify check hasFunction

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

v4.4.0

24 Aug 12:43
7ccd4a2
Compare
Choose a tag to compare
Loading

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.