Chart JS Implementation of Gantt Chart

Viewed 26

I would like to add dynamic data to a chart JS Horizontal Bar Graph,

How would I implement this on a data that is coming from mysql data: [ ['2022-01-01', '2022-01-15'], <<<<< this one how would I able to replace it with my own data ] data

0 Answers
Related