Skip to content

Commit

Permalink
fix(arrows): improve arrow placement (#120)
Browse files Browse the repository at this point in the history
* fix(arrows): improve arrow placement

Closes #118.

* chore(examples): add an example of arrow alignment

This is probably useful only for development.

* chore(dist): update

* test(edges): update arrow data
  • Loading branch information
Thomaash committed Sep 6, 2019
1 parent fe5eba7 commit 350a3f7
Show file tree
Hide file tree
Showing 15 changed files with 1,842 additions and 1,716 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 22 additions & 22 deletions dist/vis-network.css
Original file line number Diff line number Diff line change
Expand Up @@ -453,28 +453,6 @@ div.network-navigation_wrapper {
}
*/

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

font-family: verdana;
font-size:14px;
color:#000000;
background-color: #f5f4ed;

-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #808074;

box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
pointer-events: none;

z-index: 5;
}


div.vis-color-picker {
position:absolute;
Expand Down Expand Up @@ -653,6 +631,28 @@ div.vis-color-picker input.vis-range-brightness {
div.vis-color-picker input.vis-saturation-range {
width: 289px !important;
}*/
div.vis-tooltip {
position: absolute;
visibility: hidden;
padding: 5px;
white-space: nowrap;

font-family: verdana;
font-size:14px;
color:#000000;
background-color: #f5f4ed;

-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #808074;

box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
pointer-events: none;

z-index: 5;
}

div.vis-network div.vis-navigation div.vis-button {
width:34px;
height:34px;
Expand Down
Loading

0 comments on commit 350a3f7

Please sign in to comment.