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.8
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.4.9
Choose a head ref
  • 4 commits
  • 18 files changed
  • 3 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
Loading