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.
Note: This template will be available to the Forms App as soon as the Jive search index has been updated to include this document. The default tag 'fbldr_template' has been automatically added, which will make this template available to all users. E...
Quote from Bruno Klauser email
Performance issues with JS Client after opening/closing NodeSets multiple times to overlay paths (2) over links
nx.define('Tooltip.Node', nx.ui.Component, {
view: {
conte...
Nowadays, IT/OT professionals (such as network engineer, system admin etc.) spend lots of time on network topology-like User Interface (UI) for design, maintenance and operation tasks. As the network system grows more and more complicated, this netwo...
Mike Leske
Hello,
I’ve recently discovered neXt UI in Cisco DevNet and find it a very nice tool.
IMHO it could be milestone for AS to produce consistent network drawings for project documentation.
I’m currently trying to figure out how I can set ...
Hi Elad,I saw you are using nodeSet with autolayout. For now 'autolayout' is only apply for nodes, not for nodeSet yet. There is some logic issue for nodeSet.Here is one solution about applying autolayout for nodeSet. force_layout_for_nodeSet - JSFi...
you can change this two any properties in configuration, that from your link data, like 'model.sourceInterface' or 'model.linkBandwidth' etc
sourcelabel: 'model.srcTrafficMap.Default.EMPTYQUEUE',
targetlabel: 'model.tgtTrafficMap.Default.EMPTYQUEUE...
Hey,Can you describe more about this. And here are two examples you can refer.http://codepen.io/NEXTSUPPORT/pen/yORLBr?editors=0010http://codepen.io/NEXTSUPPORT/pen/LNgYERAbu
Hi Jayakrishna,The maximal number of NeXt could rendering is 500. Each node has more than 10 elements, and it will be attached events and config, so the number is not than high. If you want to show 5000 nodes, there are two approach.1. Use aggregati...
Hi Tzuche,About your customized node class, you should do two small modification.1. view.content[2].events.clickNode should be view.content[2].events.click2. Because NeXt view engine will parse the view json. So you should follow the syntax of view d...