Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Lundin
cmdb
Commits
aba383a1
Commit
aba383a1
authored
Jan 15, 2018
by
a001188
Browse files
Improvement
parent
bd803276
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/javascripts/dashlets/access-graph.js
View file @
aba383a1
...
...
@@ -31,11 +31,17 @@ function accessGraph(node_id){
var
options
=
{
height
:
'
800px
'
// manipulation: {
// enabled: true
// }
};
// initialize your network!
var
network
=
new
vis
.
Network
(
container
,
data
,
options
);
network
.
on
(
"
doubleClick
"
,
function
(
params
){
accessGraph
(
params
.
nodes
[
0
]);
});
});
});
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment