Skip to content

Commit

Permalink
Revert to 4.16.1 version of visjs in order to solve a bug with the to…
Browse files Browse the repository at this point in the history
…oltip

This close #42
  • Loading branch information
dlumbrer committed Oct 27, 2017
1 parent 09c81a4 commit 30afee5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/dlumbrer/kbn_network"
},
"dependencies" : {
"vis": "4.19.1",
"vis": "4.16.1",
"randomcolor": "0.5.0",
"css-element-queries": "0.3.2"
}
Expand Down
7 changes: 3 additions & 4 deletions public/network_vis.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
height: 100%;
}

div.vis-tooltip {
div.vis-network-tooltip {
position: absolute;
visibility: hidden;
padding: 5px;
white-space: nowrap;

font-family: verdana;
font-size:14px;
color:#000000;
background-color: #f5f4ed;
color:#ecf0f1;
background-color: rgba(34, 34, 34, 0.93);

-moz-border-radius: 3px;
-webkit-border-radius: 3px;
Expand Down

0 comments on commit 30afee5

Please sign in to comment.