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: v3.8.2
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: v3.9.0
Choose a head ref
  • 16 commits
  • 47 files changed
  • 11 contributors

Commits on Jul 25, 2022

  1. Clarifying threshold requirement in the docs for decimation (#10516)

    Co-authored-by: Max Borkowski <max.borkowski@lexisnexisrisk.com>
    MaxboDev and MaxboDev authored Jul 25, 2022
    Copy the full SHA
    3c56061 View commit details
  2. Fix dead link on reload or open in new tab (#10515)

    * make link work in github itself
    
    * fix dead link on reload or new tab
    LeeLenaleee authored Jul 25, 2022
    Copy the full SHA
    de3596d View commit details

Commits on Jul 26, 2022

  1. Copy the full SHA
    144a6c0 View commit details
  2. Copy the full SHA
    a4114e8 View commit details

Commits on Jul 27, 2022

  1. Copy the full SHA
    c694d97 View commit details
  2. Fix Stack Overflow tag: chart.js (#10522)

    * Fix Stack Overflow tag: chart.js
    
    The same fix as accepted in: #10520
    
    The correct Stack Overflow tag name is chart.js and not chartjs
    
    * Fix Stack Overflow tag: chart.js
    
    The same fix as accepted in: #10520
    
    The correct Stack Overflow tag name is chart.js and not chartjs
    peterhauke authored Jul 27, 2022
    Copy the full SHA
    02ad43a View commit details
  3. Improve docs radial linear grid (#10518)

    * make link work in github itself
    
    * fix dead link on reload or new tab
    
    * document the props for radial grid
    
    * remove extra chart and space
    LeeLenaleee authored Jul 27, 2022
    Copy the full SHA
    c6120f9 View commit details

Commits on Jul 28, 2022

  1. Copy the full SHA
    e800b46 View commit details

Commits on Jul 29, 2022

  1. Copy the full SHA
    a31e1e5 View commit details

Commits on Jul 30, 2022

  1. Skip all borders if borderSkipped === true (#10530)

    * Skip all borders if borderSkipped === true
    
    This will allow you to skip all borders (not just one side) if you set borderSkipped to boolean true and so allow you to have a consistent legend marker even for bars without borders. Reason is that even if same colored borders are set there are artifacts that make the bar look bad and also even with inflateAmount the bars do look good when big but when only a few pixel in size they start to look bad too so this was the only way for me to make it work so legends are looking good and bars too.
    
    * fix failing test, update docs and typings
    
    * update typing comment
    
    Co-authored-by: Istvan Petres <pijulius@users.noreply.github.com>
    LeeLenaleee and pijulius authored Jul 30, 2022
    Copy the full SHA
    1fef75d View commit details
  2. Add circular prop to arc element (#10405)

    * feat: add circular prop to arc element draw actions
    * test: add test for arc element with circular:false prop
    * feat: add circular prop to Arc element options
    * docs: add decriptiption for new Polar area chart prop
    * docs: fix circular prop description
    * docs: add info about arc element circular prop to elements docs
    * docs: move circular prop from general options to styling
    thabarbados authored Jul 30, 2022
    Copy the full SHA
    f0be17c View commit details
  3. Copy the full SHA
    a26ca0a View commit details
  4. feat: pass some chart options to DateAdapter (#10528)

    feat: pass some chart options to DateAdapter
    dangreen authored Jul 30, 2022
    Copy the full SHA
    844270e View commit details
  5. Allow ESM files to be used in Node.js (#10479)

    Allow ESM files to be used in Node.js
    benmccann authored Jul 30, 2022
    Copy the full SHA
    6feb48b View commit details

Commits on Aug 1, 2022

  1. feat: remove line element from scatter controller (#10439)

    * feat: remove line element from scatter controller default config
    
    * feat: move common controllers methods to helpers and add types
    
    * feat: mark methods for scatter and line conntrollers as private
    
    * fix: fix error when showline is true at root options and add tests
    
    * feat: remove else inside scatter controller update
    
    * fix: update getStartAndCountOFVisiblePoints helper code
    thabarbados authored Aug 1, 2022
    Copy the full SHA
    03e9194 View commit details

Commits on Aug 2, 2022

  1. Bump to 3.9.0 (#10541)

    * make link work in github itself
    * fix dead link on reload or new tab
    * bump to 3.9.0
    LeeLenaleee authored Aug 2, 2022
    Copy the full SHA
    7079a1c View commit details
Loading