angular-visjs
angular-visjs copied to clipboard
AngularJS directive module for vis.js components
Any plan to update vis to the last version (4.20.1)? https://github.com/almende/vis/releases
I am implementing a timeline graph using angular-vis.js. I want to highlight the time axis where data is present. if I apply css style to .vis-time-axis .vis-foreground entire time axis...
Events which are present in VIS : hoverEdge and blurEdge are missing in anular-visjs directive list and ignored . Example from source code var networkEvents = [ 'click', 'doubleClick', 'oncontext',...
Hello, I am new using this library. I have a couple of questions: - I want to change the background color of a node when it is clicked. What is...
* add dependencies to `package.json` * add requirejs sample * make `angular-vis.js` UMD * add `node_modules` to `.gitignore`
This branch is to create a vis service to avoid directly use vis from window object.
Currently we need to access vis object from global scope, for angular, should we make a service wrapper for vis object? ``` .factory('vis', ['$window', function($window) { if (!$window.vis) { console.log("error...
I would like to know, How to give a custom or our own date time while dropping a file in Timeline ? If we give Start date and End date...
Add a directive for the vis.js graph3d chart type. Add handlers for $destroy event to call graph.destroy and to clear angular watchers.
In the bower.json 4.2.0 is specified, but the one included in the bower_components folder is actually 3.12. It works with 3.12 but if using 4.2.0 (or the latest 4.15) the...