-
Notifications
You must be signed in to change notification settings - Fork 12k
Comparing changes
Open a pull request
base repository: chartjs/Chart.js
base: v4.4.8
head repository: chartjs/Chart.js
compare: refs/heads/master
- 12 commits
- 35 files changed
- 10 contributors
Commits on Feb 25, 2025
-
* Update docs Grammar and style: "TypeScript", add articles, etc. Add docs covering the `Array[]` version of data. Please review and let me know if I've made any mistakes. Fix an apparent mistake in the `parsing: false` description of category axes: I believe it's trying to say that _strings_ would be a mistake. * Reword based on feedback and further testing
Configuration menu - View commit details
-
Copy full SHA for 44908f5 - Browse repository at this point
Copy the full SHA 44908f5View commit details -
Add docs on using from Node.js (#12039)
This has come up a couple of times in Discord, so I thought it would be helpful to have official docs.
Configuration menu - View commit details
-
Copy full SHA for a647e0d - Browse repository at this point
Copy the full SHA a647e0dView commit details
Commits on Apr 14, 2025
-
fix: respect dataset clipping area when filling line charts (#12057)
* fix(plugin.filler): respect dataset clipping area when filling line charts The filling area must respect the dataset's clipping area when clipping is enabled. Before this change, the line would be clipped according to the dataset's area but the fill would overlap other datasets. Closes #12052 * chore(plugin.filler): use @ts-expect-error instead of @ts-ignore
Configuration menu - View commit details
-
Copy full SHA for 3dffb4f - Browse repository at this point
Copy the full SHA 3dffb4fView commit details
Commits on Apr 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 817bec0 - Browse repository at this point
Copy the full SHA 817bec0View commit details -
feature: make above/below colors in filler plugin work with pivoted l…
…ine charts (#12058) * adapted filler plugin to make above/below colors work with pivoted line charts resolved conflicts in src/plugins/plugin.filler/filler.drawing.js * fixed doFill; added tests
Configuration menu - View commit details
-
Copy full SHA for 9b1306a - Browse repository at this point
Copy the full SHA 9b1306aView commit details -
Add selfJoin option for doughnut graphs (#12054)
Co-authored-by: Pierre Gueguen <gueguenpierre.pro@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 74961d1 - Browse repository at this point
Copy the full SHA 74961d1View commit details
Commits on Apr 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f46572e - Browse repository at this point
Copy the full SHA f46572eView commit details -
Require 'this' when calling tick formatters (#12064)
The `numeric` and `logarithmic` tick formatters require that `this` be provided. That happens automatically if they're used directly as a tick callback but not if they're invoked manually. Failing to pass `this` results in runtime errors similar to the following: ``` TypeError: Cannot read properties of undefined (reading 'chart') ```
Configuration menu - View commit details
-
Copy full SHA for 3361a63 - Browse repository at this point
Copy the full SHA 3361a63View commit details
Commits on Apr 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bcc7681 - Browse repository at this point
Copy the full SHA bcc7681View commit details
Commits on Jun 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8ea47ca - Browse repository at this point
Copy the full SHA 8ea47caView commit details
Commits on Jun 6, 2025
-
Update docs for Developers API (#12082)
- .update(): add documentation for function argument support - isDatasetVisible(): add missing method documentation with example - getDataVisibility(): fix anchor link for toggleDataVisibility - Static: unregister(): add example
Configuration menu - View commit details
-
Copy full SHA for 4bd8cf4 - Browse repository at this point
Copy the full SHA 4bd8cf4View commit details -
Bump pnpm/action-setup from 4.0.0 to 4.1.0 (#12025)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c86116d - Browse repository at this point
Copy the full SHA c86116dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.4.8...refs/heads/master