AntoineGuillot2 / D3partitionR

R package to visualise interactively hierarchical data.
http://enhancedatascience.com/2017/09/20/d3partitionr-0-5-beta/
40 stars 7 forks source link

Programatically Click Node #21

Open jdonnell01 opened 5 years ago

jdonnell01 commented 5 years ago

I would like to programatically click a node based upon an action such as a user clicking an action button. Is it possible to capture this click event via something like: $('#your_link_id').click().

Also, is it possible to embed HTML in the actual label of the node (i.e. to include a link to a website)?

Thank you!