chartjs / Chart.js

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

Timeline / Gantt Style Charts #11722

Closed Arnav-UofT closed 2 months ago

Arnav-UofT commented 3 months ago

Feature Proposal

I would like to create a timeline/gantt/schedule oriented chart. My use case is simple: to have multiple range bars for a single y, where x represents the range numbers.

Please point me to the right direction or resource. I have checked out the YouTube tutorial on Chart JS Gantt chart, but it does not support multiple ranges for a single y value.

Possible Implementation

No response

LeeLenaleee commented 2 months ago

We want to keep the core of chart.js as small as possible, because of that we are not planning on adding gantt charts in the core of chart.js. This is something that can be implemented as an external chart type.

Moving this issue to a discussion.