Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi there,Another quick question: I'm using custom tooltips per the example (all good), I'd like to be able to call functions elsewhere in my app whenever a node is clicked on / the tooltip presented - is there an easy way to hook into this?Thanks in ...
Hi there,I keep getting a console warning 'Please set height*width to topology's parent container'; my code is based on the dynamic topology example in the example github repo that's been posted on here.I've set CSS height & width for the parent elem...
Thanks, this works fine and as you say the tooltips still work (although you loose the circular highlight around the node, but I can live without this!).
so I have a bootstrap app, i define a container div:<div id="next-app-container"></div>I have some CSS:#next-app-container { display: block ; height: 500px; width: 700px;}and my javascript in onload() includes:var app = new nx.ui.Application(); ...