chartjs / Chart.js

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

Floating Stacked Bar Chart problem + Duplicate legend problem #11730

Open birko opened 3 months ago

birko commented 3 months ago

Expected behavior

Current behavior

In given example bellow you can see that:

Reproducible sample

https://codepen.io/birko/pen/dyLJmmE

Optional extra steps/info to reproduce

No response

Possible solution

Context

In our company we need to create a chart that show how long was an item (in example task) was by certain state (worker). For the visualization we needed to show it in a form of horizontal bar chart.

chart.js version

4.3

Browser name and version

Edge 123.0.2420.65

Link to your project

No response