-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link / Action for each word #173
Comments
This should be straightforward: you can use HTML hyperlink elements or add event listeners to SVG. |
Actually, I'll leave this open as it may be helpful to create an example or add this feature to my app. |
You can add ".attr("onclick", function(d) { return "window.open('You URL')"; })" in js 'draw' function. |
Is there a way to add the word to the url ? If I add + d.word it says d is not defined |
How to track clicks on a word? |
This is ideal for a project I am working on. I wondered if anyone had applied an action or hyperlink to the words?
The text was updated successfully, but these errors were encountered: