Skip to content
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.9
Choose a base ref
...
head repository: chartjs/Chart.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.5.0
Choose a head ref
  • 13 commits
  • 30 files changed
  • 12 contributors

Commits on Apr 15, 2025

  1. 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
  2. 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

Commits on Jun 10, 2025

  1. Configuration menu
    Copy the full SHA
    14d66be View commit details
    Browse the repository at this point in the history
  2. Fix min js two renames (#11470)

    * Name artifact chart.umd.js, fixes #11455
    
    * Add (.min)? to karma filter
    fulldecent authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    debdf07 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. Configuration menu
    Copy the full SHA
    59ffa84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e106aa9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

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