vasturiano / timelines-chart

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

Adding Text element to Rectangle segments #91

Closed jade457 closed 3 years ago

jade457 commented 3 years ago

Hi!

I'm trying to add a text element to each of the rectangle segments, and I've currently done it so that the x and y coordinates of each text element aligns with that of each rectangle element. However, when I try dragging the brusher, the text elements don't scale -- I was wondering if there may be another implementation/workaround of adding text on top of each of the rectangle elements?

Thanks!