Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
behaviors-ai-public
LaVizu
Commits
9348449c
Commit
9348449c
authored
Aug 20, 2019
by
Dorian Goepp
Browse files
remove unnused variable
parent
bdf95678
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GraphVisJs/Graph.js
View file @
9348449c
...
...
@@ -20,7 +20,7 @@ export class Graph extends React.Component {
};
var
options
=
parseData
.
options
;
options
.
nodes
=
{
font
:
{
color
:
"
white
"
}};
var
network
=
new
vis
.
Network
(
this
.
ref
.
current
,
data
,
options
);
new
vis
.
Network
(
this
.
ref
.
current
,
data
,
options
);
}
componentDidMount
()
{
...
...
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