I am trying to build a gantt chart, wherein a single row can have multiple horizontal boxes. Something as shown in the below image. image-1.
I have explored following react packages, but seems no one is enough to draw multiple horizontal boxes in a single row as shown in the images.
Packages:
- react-google-charts
- frappe-gantt-react
- react-gantt
Please do suggest some solution. Any kind of help is appreciated.
There is a superset of Gantt chart, called Timeline chart. That would help one to implement above mentioned chart.