vasturiano / timelines-chart

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

Is there any possible to track event on legend? #50

Closed tpps88206 closed 5 years ago

tpps88206 commented 5 years ago

Is there any possible to track event on legend?

For user who want to watch all element or bar which legend they choose.

For example, user want to highlight all of element in the chart which is the first legend.

I try to set the mouse event on the legend but it didn't work.

vasturiano commented 5 years ago

@tpps88206 thanks for reaching out.

There is currently no functionality to handle legend click events. For this, I'd recommend building your own legend externally that lets you do click toggles or any other interactions you may need.

tpps88206 commented 5 years ago

@vasturiano Very thanks for your respond.

I will start to try your suggestion.