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

Commit bc2bc58

Browse files
committed
generated dist files for v4.18.0
1 parent 9be4b95 commit bc2bc58

File tree

11 files changed

+10048
-5793
lines changed

11 files changed

+10048
-5793
lines changed

dist/vis-graph3d.min.js

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vis-network.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vis-network.min.js

Lines changed: 16 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vis-timeline-graph2d.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vis-timeline-graph2d.min.js

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vis.css

Lines changed: 70 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,28 @@ input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
308308
border-width: 12px;
309309
margin-top: -12px;
310310
}
311+
div.vis-tooltip {
312+
position: absolute;
313+
visibility: hidden;
314+
padding: 5px;
315+
white-space: nowrap;
316+
317+
font-family: verdana;
318+
font-size:14px;
319+
color:#000000;
320+
background-color: #f5f4ed;
321+
322+
-moz-border-radius: 3px;
323+
-webkit-border-radius: 3px;
324+
border-radius: 3px;
325+
border: 1px solid #808074;
326+
327+
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
328+
pointer-events: none;
329+
330+
z-index: 5;
331+
}
332+
311333

312334
div.vis-color-picker {
313335
position:absolute;
@@ -696,25 +718,6 @@ div.vis-network div.vis-navigation div.vis-button.vis-zoomExtends {
696718
bottom:50px;
697719
right:15px;
698720
}
699-
div.vis-network-tooltip {
700-
position: absolute;
701-
visibility: hidden;
702-
padding: 5px;
703-
white-space: nowrap;
704-
705-
font-family: verdana;
706-
font-size:14px;
707-
color:#000000;
708-
background-color: #f5f4ed;
709-
710-
-moz-border-radius: 3px;
711-
-webkit-border-radius: 3px;
712-
border-radius: 3px;
713-
border: 1px solid #808074;
714-
715-
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
716-
pointer-events: none;
717-
}
718721
.vis-timeline {
719722
/*
720723
-webkit-transition: height .4s ease-in-out;
@@ -752,6 +755,30 @@ div.vis-network-tooltip {
752755
background-color: #FF7F6E;
753756
width: 2px;
754757
z-index: 1;
758+
pointer-events: none;
759+
}
760+
761+
.vis-rolling-mode-btn {
762+
height: 40px;
763+
width: 40px;
764+
position: absolute;
765+
top: 7px;
766+
right: 20px;
767+
border-radius: 50%;
768+
font-size: 28px;
769+
cursor: pointer;
770+
opacity: 0.8;
771+
color: white;
772+
font-weight: bold;
773+
text-align: center;
774+
background: #3876c2;
775+
}
776+
.vis-rolling-mode-btn:before {
777+
content: "\26F6";
778+
}
779+
780+
.vis-rolling-mode-btn:hover {
781+
opacity: 1;
755782
}
756783
.vis-custom-time {
757784
background-color: #6E94FF;
@@ -930,6 +957,10 @@ div.vis-network-tooltip {
930957
overflow: hidden;
931958
}
932959

960+
.vis-item-visible-frame {
961+
white-space: nowrap;
962+
}
963+
933964
.vis-item.vis-range .vis-item-content {
934965
position: relative;
935966
display: inline-block;
@@ -1084,6 +1115,26 @@ div.vis-network-tooltip {
10841115
border-bottom: none;
10851116
}
10861117

1118+
.vis-nesting-group {
1119+
cursor: pointer;
1120+
}
1121+
1122+
.vis-nested-group {
1123+
background: #f5f5f5;
1124+
}
1125+
1126+
.vis-label.vis-nesting-group.expanded:before {
1127+
content: "\25BC";
1128+
}
1129+
1130+
.vis-label.vis-nesting-group.collapsed-rtl:before {
1131+
content: "\25C0";
1132+
}
1133+
1134+
.vis-label.vis-nesting-group.collapsed:before {
1135+
content: "\25B6";
1136+
}
1137+
10871138
.vis-overlay {
10881139
position: absolute;
10891140
top: 0;

0 commit comments

Comments
 (0)