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
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chartjs/Chart.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.8
Choose a base ref
Loading
...
head repository: chartjs/Chart.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/master
Choose a head ref
Loading
  • 12 commits
  • 35 files changed
  • 10 contributors

Commits on Feb 25, 2025

  1. Update docs (#12037)

    * 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
    joshkel authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    44908f5 View commit details
    Browse the repository at this point in the history
  2. 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.
    joshkel authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    a647e0d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. 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
    adrianbrs authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    3dffb4f View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. Configuration menu
    Copy the full SHA
    817bec0 View commit details
    Browse the repository at this point in the history
  2. 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
    FabTechAT authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    9b1306a View commit details
    Browse the repository at this point in the history
  3. Add selfJoin option for doughnut graphs (#12054)

    Co-authored-by: Pierre Gueguen <gueguenpierre.pro@gmail.com>
    R2Jeu-prive and R2Jeu-prive authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    74961d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Configuration menu
    Copy the full SHA
    f46572e View commit details
    Browse the repository at this point in the history
  2. 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')
    ```
    joshkel authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    3361a63 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Fix minor typo (#12068)

    lucasleung8 authored Apr 25, 2025
    Configuration menu
    Copy the full SHA
    bcc7681 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Configuration menu
    Copy the full SHA
    8ea47ca View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. 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
    Jee-on authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    4bd8cf4 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Jun 6, 2025
    Configuration menu
    Copy the full SHA
    c86116d View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.