Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
generated dist files for v4.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Jan 15, 2017
1 parent 9be4b95 commit bc2bc58
Show file tree
Hide file tree
Showing 11 changed files with 10,048 additions and 5,793 deletions.
15 changes: 8 additions & 7 deletions dist/vis-graph3d.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vis-network.min.css

Large diffs are not rendered by default.

31 changes: 16 additions & 15 deletions dist/vis-network.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vis-timeline-graph2d.min.css

Large diffs are not rendered by default.

27 changes: 14 additions & 13 deletions dist/vis-timeline-graph2d.min.js

Large diffs are not rendered by default.

89 changes: 70 additions & 19 deletions dist/vis.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,28 @@ input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
border-width: 12px;
margin-top: -12px;
}
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 @@ -696,25 +718,6 @@ div.vis-network div.vis-navigation div.vis-button.vis-zoomExtends {
bottom:50px;
right:15px;
}
div.vis-network-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;
}
.vis-timeline {
/*
-webkit-transition: height .4s ease-in-out;
Expand Down Expand Up @@ -752,6 +755,30 @@ div.vis-network-tooltip {
background-color: #FF7F6E;
width: 2px;
z-index: 1;
pointer-events: none;
}

.vis-rolling-mode-btn {
height: 40px;
width: 40px;
position: absolute;
top: 7px;
right: 20px;
border-radius: 50%;
font-size: 28px;
cursor: pointer;
opacity: 0.8;
color: white;
font-weight: bold;
text-align: center;
background: #3876c2;
}
.vis-rolling-mode-btn:before {
content: "\26F6";
}

.vis-rolling-mode-btn:hover {
opacity: 1;
}
.vis-custom-time {
background-color: #6E94FF;
Expand Down Expand Up @@ -930,6 +957,10 @@ div.vis-network-tooltip {
overflow: hidden;
}

.vis-item-visible-frame {
white-space: nowrap;
}

.vis-item.vis-range .vis-item-content {
position: relative;
display: inline-block;
Expand Down Expand Up @@ -1084,6 +1115,26 @@ div.vis-network-tooltip {
border-bottom: none;
}

.vis-nesting-group {
cursor: pointer;
}

.vis-nested-group {
background: #f5f5f5;
}

.vis-label.vis-nesting-group.expanded:before {
content: "\25BC";
}

.vis-label.vis-nesting-group.collapsed-rtl:before {
content: "\25C0";
}

.vis-label.vis-nesting-group.collapsed:before {
content: "\25B6";
}

.vis-overlay {
position: absolute;
top: 0;
Expand Down
Loading

0 comments on commit bc2bc58

Please sign in to comment.