Hi,
The flow map viz does not seem to support drilldown out of the box. Does anybody know if there is a way around it?
Hi @rijutha
I am adding limited support for drilldowns very soon, but in the meantime you can go into the formatter options and "Enable HTML labels", then add something like this to the end of your query:
|eval label = "<a href='/search/search?q=whatever' target='blank'>My node</a>"
I hope you are familiar with HTML 🙂
Also, when you click nodes, some tokens will automatically be set. Hit F12 to open your browser developer tools, then click a node. Messages will be printed to the "Console" saying what tokens are set.
Hope this helps. Thanks for using my addon
Hi @rijutha
I am adding limited support for drilldowns very soon, but in the meantime you can go into the formatter options and "Enable HTML labels", then add something like this to the end of your query:
|eval label = "<a href='/search/search?q=whatever' target='blank'>My node</a>"
I hope you are familiar with HTML 🙂
Also, when you click nodes, some tokens will automatically be set. Hit F12 to open your browser developer tools, then click a node. Messages will be printed to the "Console" saying what tokens are set.
Hope this helps. Thanks for using my addon
Looking forward to drilldown functionality being added 🙂 Awesome app!
A drilldown that fired when clicking on a link would be really useful (as in Daniel Spavin's Network Diagram Viz app where it tokenizes the from & to nodes)
Just a quick followup, I have released version 1.4.3 which now sets tokens when clicking on links.
All the best,Chris