angular-visjs
angular-visjs copied to clipboard
AngularJS directive module for vis.js components
Is there any particular reason the vis.js 3d graph is not part of this directive? - http://visjs.org/graph3d_examples.html
Hi, I have a scenario where I read and create multiple timelines, one respectively for different persons. I register an `"select"` event handler to each timeline; this event handler shall...
Hi, I am using vis-network directive and handling node onClick event defined in events, which is working fine. vm.events = { rangechange: vm.onRangeChange, rangechanged: vm.onRangeChanged, onload: vm.onLoaded, select: vm.onSelect, click:...
How can I add a click handler on a node ?
Hi, At least the 'deselectNode' occurs outside angular's digest cycle (maybe more). I have this (stripped) setup: ``` this.events = { selectNode: this.nodeSelected, deselectNode: this.nodeSelected }; ``` The 'nodeSelected' roughly...
var dataGroups = new VisDataSet(); dataGroups.add({id: "in", content: 'Group 1'}); dataGroups.add({id: "out", content: 'Group 2'}); dataGroups.add({id: "txrx", content: 'Group 3'}); ``` var cpuGraph = new VisDataSet(); var memoryGraph = new...
When I move or zoom timeline I get the error in console: **Uncaught TypeError: Cannot read property 'apply' of undefined** In the example the same error.
in options `"edges": { "smooth": { "type": "cubicBezier", "roundness": 0.95 } }` Does not work. I switched out the version of vis js to the newest and got it to...
Hi, I tried to define the background color of my network graph to be lightgrey. I tried But it didn't work. Would you please advise? thanks, Richard
Is this still maintained ? Is there any more documentation incoming ? I'm having troubles using it, first what to use in the template because we find several versions depending...