chartjs / Chart.js

Simple HTML5 Charts using the <canvas> tag
https://www.chartjs.org/
MIT License
63.9k stars 11.88k forks source link

Radial angleLines not displayed when reversed #11785

Closed QuentinLesauce closed 1 month ago

QuentinLesauce commented 1 month ago

Expected behavior

On radar chart, when the radial axe is reversed the angleLine is not displayed anymore.

Current behavior

Current output :

Screenshot 2024-05-22 at 09 46 58

Reproducible sample

https://codepen.io/QuentinLesauce/pen/bGypXwG

Optional extra steps/info to reproduce

options: {
      scales: {
        r: {
          reverse: true
        }
      }
    }

Possible solution

No response

Context

No response

chart.js version

v4.4.3

Browser name and version

No response

Link to your project

No response