chartjs / Chart.js

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

Vertical line chart fill above not working #11630

Open sganis opened 6 months ago

sganis commented 6 months ago

Expected behavior

Vertical line chart fill above not working. I am trying to fill 2 colors between 2 lines using the fill object, but the 'above' property is not working, and the chart is filled with the 'below' color.

Current behavior

It works as expected in horizontal lines, but when the line chart is vertical using indexAxis: 'y' the filler colors for above and below are not working, and both sides are filled with the 'below' color.

Reproducible sample

https://codepen.io/sganis/pen/LYaNbey

chart.js version

v4.4.1

iqaldebaran commented 4 months ago

I have the same problem, any solution?