vasturiano / timelines-chart

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

onGroupHover/onGroupClick #63

Open zachboatwright opened 4 years ago

zachboatwright commented 4 years ago

I'm trying to implement group selection into my timeline. I have an idea for a pretty complicated method to do this that would probably be kind of hacky, but before trying that, I wanted to make a feature request for onGroupHover and onGroupClick methods as I think it would be useful for others as well. Or, if you could point me in the right direction I could take a shot at it myself.

It seems like there has to be some sort of onMouseEnter event happening on groups, since there's a tooltip showing on the left column of the currently-hovered group. Hopefully this could just be given a callback?

Here's an example of the group hover tooltip I mentioned: Screen Shot 2019-11-19 at 3 30 35 PM

Thanks!