vasturiano / timelines-chart

Timelines Chart
http://vasturiano.github.io/timelines-chart/example/categorical/
MIT License
556 stars 121 forks source link

Assign a name for each segment? #79

Closed tsung-wei-huang closed 4 years ago

tsung-wei-huang commented 4 years ago

Is it possible to assign a name to each segment? { timeRange: [, ], val: "segment group" // I still need val field to group segments name: "segment 1" // is this possible? }

tsung-wei-huang commented 4 years ago

I found out how to do it by modifying the code... Thanks.