funnel-graph-js
funnel-graph-js copied to clipboard
[Feature Request] Event handlers?
Are there any callback functions being added to this? Being able to click on a segment and get that event, with data like the position of the segment (1, 2, 3, ...), would be incredibly useful 😮!
@lordplagus02 I'm going to add the events in the nearest future. Could you please clarify what what sort of data you expect when clicking on the segment?
So assuming you have a pipeline with multiple levels/stages... just to know which stage you clicked on, in my case I would use it to know which data set to retrieve for the user, as the data obviously changes depending on which stage you clicked on. Make sense?
?
Is this requested feature implemented?