vasturiano / timelines-chart

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

How to connect hover with onSegmentClick function? #104

Open taaanmay opened 3 years ago

taaanmay commented 3 years ago

HI! I want to add a feature where the label on the segment is shown when the segment is selected by clicking instead of hovering. In this case, there is no label box when the user is hovering, but when the user clicks on the segment, the label box appears. And ideally, it would disappear when a different segment is clicked on.

Thank you very much!