diff --git a/dist/vis-timeline-graph2d.css b/dist/vis-timeline-graph2d.css index d0ce066fd4..4118abeb00 100644 --- a/dist/vis-timeline-graph2d.css +++ b/dist/vis-timeline-graph2d.css @@ -5,166 +5,6 @@ width: auto; } -.vis-panel { - position: absolute; - - padding: 0; - margin: 0; - - box-sizing: border-box; -} - -.vis-panel.vis-center, -.vis-panel.vis-left, -.vis-panel.vis-right, -.vis-panel.vis-top, -.vis-panel.vis-bottom { - border: 1px #bfbfbf; -} - -.vis-panel.vis-center, -.vis-panel.vis-left, -.vis-panel.vis-right { - border-top-style: solid; - border-bottom-style: solid; - overflow: hidden; -} - -.vis-left.vis-panel.vis-vertical-scroll, .vis-right.vis-panel.vis-vertical-scroll { - height: 100%; - overflow-x: hidden; - overflow-y: scroll; -} - -.vis-left.vis-panel.vis-vertical-scroll { - direction: rtl; -} - -.vis-left.vis-panel.vis-vertical-scroll .vis-content { - direction: ltr; -} - -.vis-right.vis-panel.vis-vertical-scroll { - direction: ltr; -} - -.vis-right.vis-panel.vis-vertical-scroll .vis-content { - direction: rtl; -} - -.vis-panel.vis-center, -.vis-panel.vis-top, -.vis-panel.vis-bottom { - border-left-style: solid; - border-right-style: solid; -} - -.vis-background { - overflow: hidden; -} - -.vis-panel > .vis-content { - position: relative; -} - -.vis-panel .vis-shadow { - position: absolute; - width: 100%; - height: 1px; - box-shadow: 0 0 10px rgba(0,0,0,0.8); - /* TODO: find a nice way to ensure vis-shadows are drawn on top of items - z-index: 1; - */ -} - -.vis-panel .vis-shadow.vis-top { - top: -1px; - left: 0; -} - -.vis-panel .vis-shadow.vis-bottom { - bottom: -1px; - left: 0; -} - -.vis-timeline { - position: relative; - border: 1px solid #bfbfbf; - overflow: hidden; - padding: 0; - margin: 0; - box-sizing: border-box; -} - -.vis-loading-screen { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; -} -.vis-timeline { - /* - -webkit-transition: height .4s ease-in-out; - transition: height .4s ease-in-out; - */ -} - -.vis-panel { - /* - -webkit-transition: height .4s ease-in-out, top .4s ease-in-out; - transition: height .4s ease-in-out, top .4s ease-in-out; - */ -} - -.vis-axis { - /* - -webkit-transition: top .4s ease-in-out; - transition: top .4s ease-in-out; - */ -} - -/* TODO: get animation working nicely - -.vis-item { - -webkit-transition: top .4s ease-in-out; - transition: top .4s ease-in-out; -} - -.vis-item.line { - -webkit-transition: height .4s ease-in-out, top .4s ease-in-out; - transition: height .4s ease-in-out, top .4s ease-in-out; -} -/**/ -.vis-current-time { - 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-graph-group0 { fill:#4f81bd; fill-opacity:0; @@ -272,62 +112,133 @@ stroke: none; } -.vis-time-axis { - position: relative; - overflow: hidden; +.vis-panel { + position: absolute; + + padding: 0; + margin: 0; + + box-sizing: border-box; } -.vis-time-axis.vis-foreground { - top: 0; - left: 0; - width: 100%; +.vis-panel.vis-center, +.vis-panel.vis-left, +.vis-panel.vis-right, +.vis-panel.vis-top, +.vis-panel.vis-bottom { + border: 1px #bfbfbf; } -.vis-time-axis.vis-background { - position: absolute; - top: 0; - left: 0; - width: 100%; +.vis-panel.vis-center, +.vis-panel.vis-left, +.vis-panel.vis-right { + border-top-style: solid; + border-bottom-style: solid; + overflow: hidden; +} + +.vis-left.vis-panel.vis-vertical-scroll, .vis-right.vis-panel.vis-vertical-scroll { height: 100%; + overflow-x: hidden; + overflow-y: scroll; +} + +.vis-left.vis-panel.vis-vertical-scroll { + direction: rtl; } -.vis-time-axis .vis-text { - position: absolute; - color: #4d4d4d; - padding: 3px; +.vis-left.vis-panel.vis-vertical-scroll .vis-content { + direction: ltr; +} + +.vis-right.vis-panel.vis-vertical-scroll { + direction: ltr; +} + +.vis-right.vis-panel.vis-vertical-scroll .vis-content { + direction: rtl; +} + +.vis-panel.vis-center, +.vis-panel.vis-top, +.vis-panel.vis-bottom { + border-left-style: solid; + border-right-style: solid; +} + +.vis-background { overflow: hidden; - box-sizing: border-box; +} - white-space: nowrap; +.vis-panel > .vis-content { + position: relative; } -.vis-time-axis .vis-text.vis-measure { +.vis-panel .vis-shadow { position: absolute; - padding-left: 0; - padding-right: 0; - margin-left: 0; - margin-right: 0; - visibility: hidden; + width: 100%; + height: 1px; + box-shadow: 0 0 10px rgba(0,0,0,0.8); + /* TODO: find a nice way to ensure vis-shadows are drawn on top of items + z-index: 1; + */ } -.vis-time-axis .vis-grid.vis-vertical { - position: absolute; - border-left: 1px solid; +.vis-panel .vis-shadow.vis-top { + top: -1px; + left: 0; } -.vis-time-axis .vis-grid.vis-vertical-rtl { +.vis-panel .vis-shadow.vis-bottom { + bottom: -1px; + left: 0; +} +.vis-current-time { + background-color: #FF7F6E; + width: 2px; + z-index: 1; + pointer-events: none; +} + +.vis-rolling-mode-btn { + height: 40px; + width: 40px; position: absolute; - border-right: 1px solid; + 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-time-axis .vis-grid.vis-minor { - border-color: #e5e5e5; +.vis-rolling-mode-btn:hover { + opacity: 1; } -.vis-time-axis .vis-grid.vis-major { - border-color: #bfbfbf; +.vis-timeline { + position: relative; + border: 1px solid #bfbfbf; + overflow: hidden; + padding: 0; + margin: 0; + box-sizing: border-box; } +.vis-loading-screen { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; +} .vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal { position: absolute; @@ -448,50 +359,39 @@ cursor: initial; z-index: inherit; } - -.vis-labelset { - position: relative; - - overflow: hidden; - - box-sizing: border-box; -} - -.vis-labelset .vis-label { - position: relative; - left: 0; - top: 0; - width: 100%; - color: #4d4d4d; - - box-sizing: border-box; -} - -.vis-labelset .vis-label { - border-bottom: 1px solid #bfbfbf; +.vis-timeline { + /* + -webkit-transition: height .4s ease-in-out; + transition: height .4s ease-in-out; + */ } -.vis-labelset .vis-label.draggable { - cursor: pointer; +.vis-panel { + /* + -webkit-transition: height .4s ease-in-out, top .4s ease-in-out; + transition: height .4s ease-in-out, top .4s ease-in-out; + */ } -.vis-group-is-dragging { - background: rgba(0, 0, 0, .1); +.vis-axis { + /* + -webkit-transition: top .4s ease-in-out; + transition: top .4s ease-in-out; + */ } -.vis-labelset .vis-label:last-child { - border-bottom: none; -} +/* TODO: get animation working nicely -.vis-labelset .vis-label .vis-inner { - display: inline-block; - padding: 5px; +.vis-item { + -webkit-transition: top .4s ease-in-out; + transition: top .4s ease-in-out; } -.vis-labelset .vis-label .vis-inner.vis-hidden { - padding: 0; +.vis-item.line { + -webkit-transition: height .4s ease-in-out, top .4s ease-in-out; + transition: height .4s ease-in-out, top .4s ease-in-out; } - +/**/ .vis-itemset { position: relative; @@ -672,6 +572,106 @@ z-index: 10; } +.vis-labelset { + position: relative; + + overflow: hidden; + + box-sizing: border-box; +} + +.vis-labelset .vis-label { + position: relative; + left: 0; + top: 0; + width: 100%; + color: #4d4d4d; + + box-sizing: border-box; +} + +.vis-labelset .vis-label { + border-bottom: 1px solid #bfbfbf; +} + +.vis-labelset .vis-label.draggable { + cursor: pointer; +} + +.vis-group-is-dragging { + background: rgba(0, 0, 0, .1); +} + +.vis-labelset .vis-label:last-child { + border-bottom: none; +} + +.vis-labelset .vis-label .vis-inner { + display: inline-block; + padding: 5px; +} + +.vis-labelset .vis-label .vis-inner.vis-hidden { + padding: 0; +} + +.vis-time-axis { + position: relative; + overflow: hidden; +} + +.vis-time-axis.vis-foreground { + top: 0; + left: 0; + width: 100%; +} + +.vis-time-axis.vis-background { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +.vis-time-axis .vis-text { + position: absolute; + color: #4d4d4d; + padding: 3px; + overflow: hidden; + box-sizing: border-box; + + white-space: nowrap; +} + +.vis-time-axis .vis-text.vis-measure { + position: absolute; + padding-left: 0; + padding-right: 0; + margin-left: 0; + margin-right: 0; + visibility: hidden; +} + +.vis-time-axis .vis-grid.vis-vertical { + position: absolute; + border-left: 1px solid; +} + +.vis-time-axis .vis-grid.vis-vertical-rtl { + position: absolute; + border-right: 1px solid; +} + +.vis-time-axis .vis-grid.vis-minor { + border-color: #e5e5e5; +} + +.vis-time-axis .vis-grid.vis-major { + border-color: #bfbfbf; +} + + .vis-item { position: absolute; color: #1A1A1A; @@ -889,19 +889,26 @@ border-style: solid; border-radius: 4px; } -.vis .overlay { +div.vis-tooltip { position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; + visibility: hidden; + padding: 5px; + white-space: nowrap; - /* Must be displayed above for example selected Timeline items */ - z-index: 10; -} + font-family: verdana; + font-size:14px; + color:#000000; + background-color: #f5f4ed; -.vis-active { - box-shadow: 0 0 10px #86d5f8; + -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-configuration { @@ -1192,24 +1199,17 @@ input.vis-configuration.vis-config-range:focus::-ms-fill-upper { border-width: 12px; margin-top: -12px; } -div.vis-tooltip { +.vis .overlay { 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; + top: 0; + left: 0; + width: 100%; + height: 100%; - box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); - pointer-events: none; + /* Must be displayed above for example selected Timeline items */ + z-index: 10; +} - z-index: 5; +.vis-active { + box-shadow: 0 0 10px #86d5f8; } diff --git a/dist/vis-timeline-graph2d.esm.js b/dist/vis-timeline-graph2d.esm.js index f1def55e85..fcd0a2a7a3 100644 --- a/dist/vis-timeline-graph2d.esm.js +++ b/dist/vis-timeline-graph2d.esm.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:48:11.719Z + * @date 2023-12-27T04:33:19.457Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs diff --git a/dist/vis-timeline-graph2d.min.css b/dist/vis-timeline-graph2d.min.css index 9b9ac352d3..f63a119165 100644 --- a/dist/vis-timeline-graph2d.min.css +++ b/dist/vis-timeline-graph2d.min.css @@ -1 +1 @@ -.vis [class*=span]{min-height:0;width:auto}.vis-panel{position:absolute;padding:0;margin:0;box-sizing:border-box}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right,.vis-panel.vis-top{border:1px #bfbfbf}.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right{border-top-style:solid;border-bottom-style:solid;overflow:hidden}.vis-left.vis-panel.vis-vertical-scroll,.vis-right.vis-panel.vis-vertical-scroll{height:100%;overflow-x:hidden;overflow-y:scroll}.vis-left.vis-panel.vis-vertical-scroll{direction:rtl}.vis-left.vis-panel.vis-vertical-scroll .vis-content{direction:ltr}.vis-right.vis-panel.vis-vertical-scroll{direction:ltr}.vis-right.vis-panel.vis-vertical-scroll .vis-content{direction:rtl}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-top{border-left-style:solid;border-right-style:solid}.vis-background{overflow:hidden}.vis-panel>.vis-content{position:relative}.vis-panel .vis-shadow{position:absolute;width:100%;height:1px;box-shadow:0 0 10px rgba(0,0,0,.8)}.vis-panel .vis-shadow.vis-top{top:-1px;left:0}.vis-panel .vis-shadow.vis-bottom{bottom:-1px;left:0}.vis-timeline{position:relative;border:1px solid #bfbfbf;overflow:hidden;padding:0;margin:0;box-sizing:border-box}.vis-loading-screen{width:100%;height:100%;position:absolute;top:0;left:0}.vis-current-time{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:.8;color:#fff;font-weight:700;text-align:center;background:#3876c2}.vis-rolling-mode-btn:before{content:"\26F6"}.vis-rolling-mode-btn:hover{opacity:1}.vis-graph-group0{fill:#4f81bd;fill-opacity:0;stroke-width:2px;stroke:#4f81bd}.vis-graph-group1{fill:#f79646;fill-opacity:0;stroke-width:2px;stroke:#f79646}.vis-graph-group2{fill:#8c51cf;fill-opacity:0;stroke-width:2px;stroke:#8c51cf}.vis-graph-group3{fill:#75c841;fill-opacity:0;stroke-width:2px;stroke:#75c841}.vis-graph-group4{fill:#ff0100;fill-opacity:0;stroke-width:2px;stroke:#ff0100}.vis-graph-group5{fill:#37d8e6;fill-opacity:0;stroke-width:2px;stroke:#37d8e6}.vis-graph-group6{fill:#042662;fill-opacity:0;stroke-width:2px;stroke:#042662}.vis-graph-group7{fill:#00ff26;fill-opacity:0;stroke-width:2px;stroke:#00ff26}.vis-graph-group8{fill:#f0f;fill-opacity:0;stroke-width:2px;stroke:#f0f}.vis-graph-group9{fill:#8f3938;fill-opacity:0;stroke-width:2px;stroke:#8f3938}.vis-timeline .vis-fill{fill-opacity:.1;stroke:none}.vis-timeline .vis-bar{fill-opacity:.5;stroke-width:1px}.vis-timeline .vis-point{stroke-width:2px;fill-opacity:1}.vis-timeline .vis-legend-background{stroke-width:1px;fill-opacity:.9;fill:#fff;stroke:#c2c2c2}.vis-timeline .vis-outline{stroke-width:1px;fill-opacity:1;fill:#fff;stroke:#e5e5e5}.vis-timeline .vis-icon-fill{fill-opacity:.3;stroke:none}.vis-time-axis{position:relative;overflow:hidden}.vis-time-axis.vis-foreground{top:0;left:0;width:100%}.vis-time-axis.vis-background{position:absolute;top:0;left:0;width:100%;height:100%}.vis-time-axis .vis-text{position:absolute;color:#4d4d4d;padding:3px;overflow:hidden;box-sizing:border-box;white-space:nowrap}.vis-time-axis .vis-text.vis-measure{position:absolute;padding-left:0;padding-right:0;margin-left:0;margin-right:0;visibility:hidden}.vis-time-axis .vis-grid.vis-vertical{position:absolute;border-left:1px solid}.vis-time-axis .vis-grid.vis-vertical-rtl{position:absolute;border-right:1px solid}.vis-time-axis .vis-grid.vis-minor{border-color:#e5e5e5}.vis-time-axis .vis-grid.vis-major{border-color:#bfbfbf}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal{position:absolute;width:100%;height:0;border-bottom:1px solid}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor{border-color:#e5e5e5}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major{border-color:#bfbfbf}.vis-data-axis .vis-y-axis.vis-major{width:100%;position:absolute;color:#4d4d4d;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-major.vis-measure{padding:0;margin:0;border:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-minor{position:absolute;width:100%;color:#bebebe;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-minor.vis-measure{padding:0;margin:0;border:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title{position:absolute;color:#4d4d4d;white-space:nowrap;bottom:20px;text-align:center}.vis-data-axis .vis-y-axis.vis-title.vis-measure{padding:0;margin:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title.vis-left{bottom:0;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.vis-data-axis .vis-y-axis.vis-title.vis-right{bottom:0;-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-ms-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.vis-legend{background-color:rgba(247,252,255,.65);padding:5px;border:1px solid #b3b3b3;box-shadow:2px 2px 10px rgba(154,154,154,.55)}.vis-legend-text{white-space:nowrap;display:inline-block}.vis-custom-time{background-color:#6e94ff;width:2px;cursor:move;z-index:1}.vis-custom-time>.vis-custom-time-marker{background-color:inherit;color:#fff;font-size:12px;white-space:nowrap;padding:3px 5px;top:0;cursor:initial;z-index:inherit}.vis-labelset{position:relative;overflow:hidden;box-sizing:border-box}.vis-labelset .vis-label{position:relative;left:0;top:0;width:100%;color:#4d4d4d;box-sizing:border-box}.vis-labelset .vis-label{border-bottom:1px solid #bfbfbf}.vis-labelset .vis-label.draggable{cursor:pointer}.vis-group-is-dragging{background:rgba(0,0,0,.1)}.vis-labelset .vis-label:last-child{border-bottom:none}.vis-labelset .vis-label .vis-inner{display:inline-block;padding:5px}.vis-labelset .vis-label .vis-inner.vis-hidden{padding:0}.vis-itemset{position:relative;padding:0;margin:0;box-sizing:border-box}.vis-itemset .vis-background,.vis-itemset .vis-foreground{position:absolute;width:100%;height:100%;overflow:visible}.vis-axis{position:absolute;width:100%;height:0;left:0;z-index:1}.vis-foreground .vis-group{position:relative;box-sizing:border-box;border-bottom:1px solid #bfbfbf}.vis-foreground .vis-group:last-child{border-bottom:none}.vis-nesting-group{cursor:pointer}.vis-label.vis-nested-group.vis-group-level-unknown-but-gte1{background:#f5f5f5}.vis-label.vis-nested-group.vis-group-level-0{background-color:#fff}.vis-ltr .vis-label.vis-nested-group.vis-group-level-0 .vis-inner{padding-left:0}.vis-rtl .vis-label.vis-nested-group.vis-group-level-0 .vis-inner{padding-right:0}.vis-label.vis-nested-group.vis-group-level-1{background-color:rgba(0,0,0,.05)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-1 .vis-inner{padding-left:15px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-1 .vis-inner{padding-right:15px}.vis-label.vis-nested-group.vis-group-level-2{background-color:rgba(0,0,0,.1)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-2 .vis-inner{padding-left:30px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-2 .vis-inner{padding-right:30px}.vis-label.vis-nested-group.vis-group-level-3{background-color:rgba(0,0,0,.15)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-3 .vis-inner{padding-left:45px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-3 .vis-inner{padding-right:45px}.vis-label.vis-nested-group.vis-group-level-4{background-color:rgba(0,0,0,.2)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-4 .vis-inner{padding-left:60px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-4 .vis-inner{padding-right:60px}.vis-label.vis-nested-group.vis-group-level-5{background-color:rgba(0,0,0,.25)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-5 .vis-inner{padding-left:75px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-5 .vis-inner{padding-right:75px}.vis-label.vis-nested-group.vis-group-level-6{background-color:rgba(0,0,0,.3)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-6 .vis-inner{padding-left:90px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-6 .vis-inner{padding-right:90px}.vis-label.vis-nested-group.vis-group-level-7{background-color:rgba(0,0,0,.35)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-7 .vis-inner{padding-left:105px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-7 .vis-inner{padding-right:105px}.vis-label.vis-nested-group.vis-group-level-8{background-color:rgba(0,0,0,.4)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-8 .vis-inner{padding-left:120px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-8 .vis-inner{padding-right:120px}.vis-label.vis-nested-group.vis-group-level-9{background-color:rgba(0,0,0,.45)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-9 .vis-inner{padding-left:135px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-9 .vis-inner{padding-right:135px}.vis-label.vis-nested-group{background-color:rgba(0,0,0,.5)}.vis-ltr .vis-label.vis-nested-group .vis-inner{padding-left:150px}.vis-rtl .vis-label.vis-nested-group .vis-inner{padding-right:150px}.vis-group-level-unknown-but-gte1{border:1px solid red}.vis-label.vis-nesting-group:before{display:inline-block;width:15px}.vis-label.vis-nesting-group.expanded:before{content:"\25BC"}.vis-label.vis-nesting-group.collapsed:before{content:"\25B6"}.vis-rtl .vis-label.vis-nesting-group.collapsed:before{content:"\25C0"}.vis-ltr .vis-label:not(.vis-nesting-group):not(.vis-group-level-0){padding-left:15px}.vis-rtl .vis-label:not(.vis-nesting-group):not(.vis-group-level-0){padding-right:15px}.vis-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.vis-item{position:absolute;color:#1a1a1a;border-color:#97b0f8;border-width:1px;background-color:#d5ddf6;display:inline-block;z-index:1}.vis-item.vis-selected{border-color:#ffc200;background-color:#fff785;z-index:2}.vis-editable.vis-selected{cursor:move}.vis-item.vis-point.vis-selected{background-color:#fff785}.vis-item.vis-box{text-align:center;border-style:solid;border-radius:2px}.vis-item.vis-point{background:0 0}.vis-item.vis-dot{position:absolute;padding:0;border-width:4px;border-style:solid;border-radius:4px}.vis-item.vis-range{border-style:solid;border-radius:2px;box-sizing:border-box}.vis-item.vis-background{border:none;background-color:rgba(213,221,246,.4);box-sizing:border-box;padding:0;margin:0}.vis-item .vis-item-overflow{position:relative;width:100%;height:100%;padding:0;margin:0;overflow:hidden}.vis-item-visible-frame{white-space:nowrap}.vis-item.vis-range .vis-item-content{position:relative;display:inline-block}.vis-item.vis-background .vis-item-content{position:absolute;display:inline-block}.vis-item.vis-line{padding:0;position:absolute;width:0;border-left-width:1px;border-left-style:solid}.vis-item .vis-item-content{white-space:nowrap;box-sizing:border-box;padding:5px}.vis-item .vis-onUpdateTime-tooltip{position:absolute;background:#4f81bd;color:#fff;width:200px;text-align:center;white-space:nowrap;padding:5px;border-radius:1px;transition:.4s;-o-transition:.4s;-moz-transition:.4s;-webkit-transition:.4s}.vis-item .vis-delete,.vis-item .vis-delete-rtl{position:absolute;top:0;width:24px;height:24px;box-sizing:border-box;padding:0 5px;cursor:pointer;-webkit-transition:background .2s linear;-moz-transition:background .2s linear;-ms-transition:background .2s linear;-o-transition:background .2s linear;transition:background .2s linear}.vis-item .vis-delete{right:-24px}.vis-item .vis-delete-rtl{left:-24px}.vis-item .vis-delete-rtl:after,.vis-item .vis-delete:after{content:"\00D7";color:red;font-family:arial,sans-serif;font-size:22px;font-weight:700;-webkit-transition:color .2s linear;-moz-transition:color .2s linear;-ms-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.vis-item .vis-delete-rtl:hover,.vis-item .vis-delete:hover{background:red}.vis-item .vis-delete-rtl:hover:after,.vis-item .vis-delete:hover:after{color:#fff}.vis-item .vis-drag-center{position:absolute;width:100%;height:100%;top:0;left:0;cursor:move}.vis-item.vis-range .vis-drag-left{position:absolute;width:24px;max-width:20%;min-width:2px;height:100%;top:0;left:-4px;cursor:w-resize}.vis-item.vis-range .vis-drag-right{position:absolute;width:24px;max-width:20%;min-width:2px;height:100%;top:0;right:-4px;cursor:e-resize}.vis-range.vis-item.vis-readonly .vis-drag-left,.vis-range.vis-item.vis-readonly .vis-drag-right{cursor:auto}.vis-item.vis-cluster{vertical-align:center;text-align:center;border-style:solid;border-radius:2px}.vis-item.vis-cluster-line{padding:0;position:absolute;width:0;border-left-width:1px;border-left-style:solid}.vis-item.vis-cluster-dot{position:absolute;padding:0;border-width:4px;border-style:solid;border-radius:4px}.vis .overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.vis-active{box-shadow:0 0 10px #86d5f8}div.vis-configuration{position:relative;display:block;float:left;font-size:12px}div.vis-configuration-wrapper{display:block;width:700px}div.vis-configuration-wrapper::after{clear:both;content:"";display:block}div.vis-configuration.vis-config-option-container{display:block;width:495px;background-color:#fff;border:2px solid #f7f8fa;border-radius:4px;margin-top:20px;left:10px;padding-left:5px}div.vis-configuration.vis-config-button{display:block;width:495px;height:25px;vertical-align:middle;line-height:25px;background-color:#f7f8fa;border:2px solid #ceced0;border-radius:4px;margin-top:20px;left:10px;padding-left:5px;cursor:pointer;margin-bottom:30px}div.vis-configuration.vis-config-button.hover{background-color:#4588e6;border:2px solid #214373;color:#fff}div.vis-configuration.vis-config-item{display:block;float:left;width:495px;height:25px;vertical-align:middle;line-height:25px}div.vis-configuration.vis-config-item.vis-config-s2{left:10px;background-color:#f7f8fa;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-item.vis-config-s3{left:20px;background-color:#e4e9f0;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-item.vis-config-s4{left:30px;background-color:#cfd8e6;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-header{font-size:18px;font-weight:700}div.vis-configuration.vis-config-label{width:120px;height:25px;line-height:25px}div.vis-configuration.vis-config-label.vis-config-s3{width:110px}div.vis-configuration.vis-config-label.vis-config-s4{width:100px}div.vis-configuration.vis-config-colorBlock{top:1px;width:30px;height:19px;border:1px solid #444;border-radius:2px;padding:0;margin:0;cursor:pointer}input.vis-configuration.vis-config-checkbox{left:-5px}input.vis-configuration.vis-config-rangeinput{position:relative;top:-5px;width:60px;padding:1px;margin:0;pointer-events:none}input.vis-configuration.vis-config-range{-webkit-appearance:none;border:0 solid #fff;background-color:rgba(0,0,0,0);width:300px;height:20px}input.vis-configuration.vis-config-range::-webkit-slider-runnable-track{width:300px;height:5px;background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(to bottom,#dedede 0,#c8c8c8 99%);border:1px solid #999;box-shadow:#aaa 0 0 3px 0;border-radius:3px}input.vis-configuration.vis-config-range::-webkit-slider-thumb{-webkit-appearance:none;border:1px solid #14334b;height:17px;width:17px;border-radius:50%;background:#3876c2;background:-moz-linear-gradient(top,#3876c2 0,#385380 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3876c2),color-stop(100%,#385380));background:-webkit-linear-gradient(top,#3876c2 0,#385380 100%);background:-o-linear-gradient(top,#3876c2 0,#385380 100%);background:-ms-linear-gradient(top,#3876c2 0,#385380 100%);background:linear-gradient(to bottom,#3876c2 0,#385380 100%);box-shadow:#111927 0 0 1px 0;margin-top:-7px}input.vis-configuration.vis-config-range:focus{outline:0}input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track{background:#9d9d9d;background:-moz-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#9d9d9d),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-o-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:linear-gradient(to bottom,#9d9d9d 0,#c8c8c8 99%)}input.vis-configuration.vis-config-range::-moz-range-track{width:300px;height:10px;background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(to bottom,#dedede 0,#c8c8c8 99%);border:1px solid #999;box-shadow:#aaa 0 0 3px 0;border-radius:3px}input.vis-configuration.vis-config-range::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#385380}input.vis-configuration.vis-config-range:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}input.vis-configuration.vis-config-range::-ms-track{width:300px;height:5px;background:0 0;border-color:transparent;border-width:6px 0;color:transparent}input.vis-configuration.vis-config-range::-ms-fill-lower{background:#777;border-radius:10px}input.vis-configuration.vis-config-range::-ms-fill-upper{background:#ddd;border-radius:10px}input.vis-configuration.vis-config-range::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#385380}input.vis-configuration.vis-config-range:focus::-ms-fill-lower{background:#888}input.vis-configuration.vis-config-range:focus::-ms-fill-upper{background:#ccc}.vis-configuration-popup{position:absolute;background:rgba(57,76,89,.85);border:2px solid #f2faff;line-height:30px;height:30px;width:150px;text-align:center;color:#fff;font-size:14px;border-radius:4px;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.vis-configuration-popup:after,.vis-configuration-popup:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.vis-configuration-popup:after{border-color:rgba(136,183,213,0);border-left-color:rgba(57,76,89,.85);border-width:8px;margin-top:-8px}.vis-configuration-popup:before{border-color:rgba(194,225,245,0);border-left-color:#f2faff;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:#000;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,.2);pointer-events:none;z-index:5} \ No newline at end of file +.vis [class*=span]{min-height:0;width:auto}.vis-graph-group0{fill:#4f81bd;fill-opacity:0;stroke-width:2px;stroke:#4f81bd}.vis-graph-group1{fill:#f79646;fill-opacity:0;stroke-width:2px;stroke:#f79646}.vis-graph-group2{fill:#8c51cf;fill-opacity:0;stroke-width:2px;stroke:#8c51cf}.vis-graph-group3{fill:#75c841;fill-opacity:0;stroke-width:2px;stroke:#75c841}.vis-graph-group4{fill:#ff0100;fill-opacity:0;stroke-width:2px;stroke:#ff0100}.vis-graph-group5{fill:#37d8e6;fill-opacity:0;stroke-width:2px;stroke:#37d8e6}.vis-graph-group6{fill:#042662;fill-opacity:0;stroke-width:2px;stroke:#042662}.vis-graph-group7{fill:#00ff26;fill-opacity:0;stroke-width:2px;stroke:#00ff26}.vis-graph-group8{fill:#f0f;fill-opacity:0;stroke-width:2px;stroke:#f0f}.vis-graph-group9{fill:#8f3938;fill-opacity:0;stroke-width:2px;stroke:#8f3938}.vis-timeline .vis-fill{fill-opacity:.1;stroke:none}.vis-timeline .vis-bar{fill-opacity:.5;stroke-width:1px}.vis-timeline .vis-point{stroke-width:2px;fill-opacity:1}.vis-timeline .vis-legend-background{stroke-width:1px;fill-opacity:.9;fill:#fff;stroke:#c2c2c2}.vis-timeline .vis-outline{stroke-width:1px;fill-opacity:1;fill:#fff;stroke:#e5e5e5}.vis-timeline .vis-icon-fill{fill-opacity:.3;stroke:none}.vis-panel{position:absolute;padding:0;margin:0;box-sizing:border-box}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right,.vis-panel.vis-top{border:1px #bfbfbf}.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right{border-top-style:solid;border-bottom-style:solid;overflow:hidden}.vis-left.vis-panel.vis-vertical-scroll,.vis-right.vis-panel.vis-vertical-scroll{height:100%;overflow-x:hidden;overflow-y:scroll}.vis-left.vis-panel.vis-vertical-scroll{direction:rtl}.vis-left.vis-panel.vis-vertical-scroll .vis-content{direction:ltr}.vis-right.vis-panel.vis-vertical-scroll{direction:ltr}.vis-right.vis-panel.vis-vertical-scroll .vis-content{direction:rtl}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-top{border-left-style:solid;border-right-style:solid}.vis-background{overflow:hidden}.vis-panel>.vis-content{position:relative}.vis-panel .vis-shadow{position:absolute;width:100%;height:1px;box-shadow:0 0 10px rgba(0,0,0,.8)}.vis-panel .vis-shadow.vis-top{top:-1px;left:0}.vis-panel .vis-shadow.vis-bottom{bottom:-1px;left:0}.vis-current-time{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:.8;color:#fff;font-weight:700;text-align:center;background:#3876c2}.vis-rolling-mode-btn:before{content:"\26F6"}.vis-rolling-mode-btn:hover{opacity:1}.vis-timeline{position:relative;border:1px solid #bfbfbf;overflow:hidden;padding:0;margin:0;box-sizing:border-box}.vis-loading-screen{width:100%;height:100%;position:absolute;top:0;left:0}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal{position:absolute;width:100%;height:0;border-bottom:1px solid}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor{border-color:#e5e5e5}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major{border-color:#bfbfbf}.vis-data-axis .vis-y-axis.vis-major{width:100%;position:absolute;color:#4d4d4d;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-major.vis-measure{padding:0;margin:0;border:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-minor{position:absolute;width:100%;color:#bebebe;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-minor.vis-measure{padding:0;margin:0;border:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title{position:absolute;color:#4d4d4d;white-space:nowrap;bottom:20px;text-align:center}.vis-data-axis .vis-y-axis.vis-title.vis-measure{padding:0;margin:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title.vis-left{bottom:0;-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.vis-data-axis .vis-y-axis.vis-title.vis-right{bottom:0;-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-ms-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.vis-legend{background-color:rgba(247,252,255,.65);padding:5px;border:1px solid #b3b3b3;box-shadow:2px 2px 10px rgba(154,154,154,.55)}.vis-legend-text{white-space:nowrap;display:inline-block}.vis-custom-time{background-color:#6e94ff;width:2px;cursor:move;z-index:1}.vis-custom-time>.vis-custom-time-marker{background-color:inherit;color:#fff;font-size:12px;white-space:nowrap;padding:3px 5px;top:0;cursor:initial;z-index:inherit}.vis-itemset{position:relative;padding:0;margin:0;box-sizing:border-box}.vis-itemset .vis-background,.vis-itemset .vis-foreground{position:absolute;width:100%;height:100%;overflow:visible}.vis-axis{position:absolute;width:100%;height:0;left:0;z-index:1}.vis-foreground .vis-group{position:relative;box-sizing:border-box;border-bottom:1px solid #bfbfbf}.vis-foreground .vis-group:last-child{border-bottom:none}.vis-nesting-group{cursor:pointer}.vis-label.vis-nested-group.vis-group-level-unknown-but-gte1{background:#f5f5f5}.vis-label.vis-nested-group.vis-group-level-0{background-color:#fff}.vis-ltr .vis-label.vis-nested-group.vis-group-level-0 .vis-inner{padding-left:0}.vis-rtl .vis-label.vis-nested-group.vis-group-level-0 .vis-inner{padding-right:0}.vis-label.vis-nested-group.vis-group-level-1{background-color:rgba(0,0,0,.05)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-1 .vis-inner{padding-left:15px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-1 .vis-inner{padding-right:15px}.vis-label.vis-nested-group.vis-group-level-2{background-color:rgba(0,0,0,.1)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-2 .vis-inner{padding-left:30px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-2 .vis-inner{padding-right:30px}.vis-label.vis-nested-group.vis-group-level-3{background-color:rgba(0,0,0,.15)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-3 .vis-inner{padding-left:45px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-3 .vis-inner{padding-right:45px}.vis-label.vis-nested-group.vis-group-level-4{background-color:rgba(0,0,0,.2)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-4 .vis-inner{padding-left:60px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-4 .vis-inner{padding-right:60px}.vis-label.vis-nested-group.vis-group-level-5{background-color:rgba(0,0,0,.25)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-5 .vis-inner{padding-left:75px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-5 .vis-inner{padding-right:75px}.vis-label.vis-nested-group.vis-group-level-6{background-color:rgba(0,0,0,.3)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-6 .vis-inner{padding-left:90px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-6 .vis-inner{padding-right:90px}.vis-label.vis-nested-group.vis-group-level-7{background-color:rgba(0,0,0,.35)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-7 .vis-inner{padding-left:105px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-7 .vis-inner{padding-right:105px}.vis-label.vis-nested-group.vis-group-level-8{background-color:rgba(0,0,0,.4)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-8 .vis-inner{padding-left:120px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-8 .vis-inner{padding-right:120px}.vis-label.vis-nested-group.vis-group-level-9{background-color:rgba(0,0,0,.45)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-9 .vis-inner{padding-left:135px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-9 .vis-inner{padding-right:135px}.vis-label.vis-nested-group{background-color:rgba(0,0,0,.5)}.vis-ltr .vis-label.vis-nested-group .vis-inner{padding-left:150px}.vis-rtl .vis-label.vis-nested-group .vis-inner{padding-right:150px}.vis-group-level-unknown-but-gte1{border:1px solid red}.vis-label.vis-nesting-group:before{display:inline-block;width:15px}.vis-label.vis-nesting-group.expanded:before{content:"\25BC"}.vis-label.vis-nesting-group.collapsed:before{content:"\25B6"}.vis-rtl .vis-label.vis-nesting-group.collapsed:before{content:"\25C0"}.vis-ltr .vis-label:not(.vis-nesting-group):not(.vis-group-level-0){padding-left:15px}.vis-rtl .vis-label:not(.vis-nesting-group):not(.vis-group-level-0){padding-right:15px}.vis-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.vis-labelset{position:relative;overflow:hidden;box-sizing:border-box}.vis-labelset .vis-label{position:relative;left:0;top:0;width:100%;color:#4d4d4d;box-sizing:border-box}.vis-labelset .vis-label{border-bottom:1px solid #bfbfbf}.vis-labelset .vis-label.draggable{cursor:pointer}.vis-group-is-dragging{background:rgba(0,0,0,.1)}.vis-labelset .vis-label:last-child{border-bottom:none}.vis-labelset .vis-label .vis-inner{display:inline-block;padding:5px}.vis-labelset .vis-label .vis-inner.vis-hidden{padding:0}.vis-time-axis{position:relative;overflow:hidden}.vis-time-axis.vis-foreground{top:0;left:0;width:100%}.vis-time-axis.vis-background{position:absolute;top:0;left:0;width:100%;height:100%}.vis-time-axis .vis-text{position:absolute;color:#4d4d4d;padding:3px;overflow:hidden;box-sizing:border-box;white-space:nowrap}.vis-time-axis .vis-text.vis-measure{position:absolute;padding-left:0;padding-right:0;margin-left:0;margin-right:0;visibility:hidden}.vis-time-axis .vis-grid.vis-vertical{position:absolute;border-left:1px solid}.vis-time-axis .vis-grid.vis-vertical-rtl{position:absolute;border-right:1px solid}.vis-time-axis .vis-grid.vis-minor{border-color:#e5e5e5}.vis-time-axis .vis-grid.vis-major{border-color:#bfbfbf}.vis-item{position:absolute;color:#1a1a1a;border-color:#97b0f8;border-width:1px;background-color:#d5ddf6;display:inline-block;z-index:1}.vis-item.vis-selected{border-color:#ffc200;background-color:#fff785;z-index:2}.vis-editable.vis-selected{cursor:move}.vis-item.vis-point.vis-selected{background-color:#fff785}.vis-item.vis-box{text-align:center;border-style:solid;border-radius:2px}.vis-item.vis-point{background:0 0}.vis-item.vis-dot{position:absolute;padding:0;border-width:4px;border-style:solid;border-radius:4px}.vis-item.vis-range{border-style:solid;border-radius:2px;box-sizing:border-box}.vis-item.vis-background{border:none;background-color:rgba(213,221,246,.4);box-sizing:border-box;padding:0;margin:0}.vis-item .vis-item-overflow{position:relative;width:100%;height:100%;padding:0;margin:0;overflow:hidden}.vis-item-visible-frame{white-space:nowrap}.vis-item.vis-range .vis-item-content{position:relative;display:inline-block}.vis-item.vis-background .vis-item-content{position:absolute;display:inline-block}.vis-item.vis-line{padding:0;position:absolute;width:0;border-left-width:1px;border-left-style:solid}.vis-item .vis-item-content{white-space:nowrap;box-sizing:border-box;padding:5px}.vis-item .vis-onUpdateTime-tooltip{position:absolute;background:#4f81bd;color:#fff;width:200px;text-align:center;white-space:nowrap;padding:5px;border-radius:1px;transition:.4s;-o-transition:.4s;-moz-transition:.4s;-webkit-transition:.4s}.vis-item .vis-delete,.vis-item .vis-delete-rtl{position:absolute;top:0;width:24px;height:24px;box-sizing:border-box;padding:0 5px;cursor:pointer;-webkit-transition:background .2s linear;-moz-transition:background .2s linear;-ms-transition:background .2s linear;-o-transition:background .2s linear;transition:background .2s linear}.vis-item .vis-delete{right:-24px}.vis-item .vis-delete-rtl{left:-24px}.vis-item .vis-delete-rtl:after,.vis-item .vis-delete:after{content:"\00D7";color:red;font-family:arial,sans-serif;font-size:22px;font-weight:700;-webkit-transition:color .2s linear;-moz-transition:color .2s linear;-ms-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.vis-item .vis-delete-rtl:hover,.vis-item .vis-delete:hover{background:red}.vis-item .vis-delete-rtl:hover:after,.vis-item .vis-delete:hover:after{color:#fff}.vis-item .vis-drag-center{position:absolute;width:100%;height:100%;top:0;left:0;cursor:move}.vis-item.vis-range .vis-drag-left{position:absolute;width:24px;max-width:20%;min-width:2px;height:100%;top:0;left:-4px;cursor:w-resize}.vis-item.vis-range .vis-drag-right{position:absolute;width:24px;max-width:20%;min-width:2px;height:100%;top:0;right:-4px;cursor:e-resize}.vis-range.vis-item.vis-readonly .vis-drag-left,.vis-range.vis-item.vis-readonly .vis-drag-right{cursor:auto}.vis-item.vis-cluster{vertical-align:center;text-align:center;border-style:solid;border-radius:2px}.vis-item.vis-cluster-line{padding:0;position:absolute;width:0;border-left-width:1px;border-left-style:solid}.vis-item.vis-cluster-dot{position:absolute;padding:0;border-width:4px;border-style:solid;border-radius:4px}div.vis-tooltip{position:absolute;visibility:hidden;padding:5px;white-space:nowrap;font-family:verdana;font-size:14px;color:#000;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,.2);pointer-events:none;z-index:5}div.vis-configuration{position:relative;display:block;float:left;font-size:12px}div.vis-configuration-wrapper{display:block;width:700px}div.vis-configuration-wrapper::after{clear:both;content:"";display:block}div.vis-configuration.vis-config-option-container{display:block;width:495px;background-color:#fff;border:2px solid #f7f8fa;border-radius:4px;margin-top:20px;left:10px;padding-left:5px}div.vis-configuration.vis-config-button{display:block;width:495px;height:25px;vertical-align:middle;line-height:25px;background-color:#f7f8fa;border:2px solid #ceced0;border-radius:4px;margin-top:20px;left:10px;padding-left:5px;cursor:pointer;margin-bottom:30px}div.vis-configuration.vis-config-button.hover{background-color:#4588e6;border:2px solid #214373;color:#fff}div.vis-configuration.vis-config-item{display:block;float:left;width:495px;height:25px;vertical-align:middle;line-height:25px}div.vis-configuration.vis-config-item.vis-config-s2{left:10px;background-color:#f7f8fa;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-item.vis-config-s3{left:20px;background-color:#e4e9f0;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-item.vis-config-s4{left:30px;background-color:#cfd8e6;padding-left:5px;border-radius:3px}div.vis-configuration.vis-config-header{font-size:18px;font-weight:700}div.vis-configuration.vis-config-label{width:120px;height:25px;line-height:25px}div.vis-configuration.vis-config-label.vis-config-s3{width:110px}div.vis-configuration.vis-config-label.vis-config-s4{width:100px}div.vis-configuration.vis-config-colorBlock{top:1px;width:30px;height:19px;border:1px solid #444;border-radius:2px;padding:0;margin:0;cursor:pointer}input.vis-configuration.vis-config-checkbox{left:-5px}input.vis-configuration.vis-config-rangeinput{position:relative;top:-5px;width:60px;padding:1px;margin:0;pointer-events:none}input.vis-configuration.vis-config-range{-webkit-appearance:none;border:0 solid #fff;background-color:rgba(0,0,0,0);width:300px;height:20px}input.vis-configuration.vis-config-range::-webkit-slider-runnable-track{width:300px;height:5px;background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(to bottom,#dedede 0,#c8c8c8 99%);border:1px solid #999;box-shadow:#aaa 0 0 3px 0;border-radius:3px}input.vis-configuration.vis-config-range::-webkit-slider-thumb{-webkit-appearance:none;border:1px solid #14334b;height:17px;width:17px;border-radius:50%;background:#3876c2;background:-moz-linear-gradient(top,#3876c2 0,#385380 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3876c2),color-stop(100%,#385380));background:-webkit-linear-gradient(top,#3876c2 0,#385380 100%);background:-o-linear-gradient(top,#3876c2 0,#385380 100%);background:-ms-linear-gradient(top,#3876c2 0,#385380 100%);background:linear-gradient(to bottom,#3876c2 0,#385380 100%);box-shadow:#111927 0 0 1px 0;margin-top:-7px}input.vis-configuration.vis-config-range:focus{outline:0}input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track{background:#9d9d9d;background:-moz-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#9d9d9d),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-o-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:linear-gradient(to bottom,#9d9d9d 0,#c8c8c8 99%)}input.vis-configuration.vis-config-range::-moz-range-track{width:300px;height:10px;background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(to bottom,#dedede 0,#c8c8c8 99%);border:1px solid #999;box-shadow:#aaa 0 0 3px 0;border-radius:3px}input.vis-configuration.vis-config-range::-moz-range-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#385380}input.vis-configuration.vis-config-range:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}input.vis-configuration.vis-config-range::-ms-track{width:300px;height:5px;background:0 0;border-color:transparent;border-width:6px 0;color:transparent}input.vis-configuration.vis-config-range::-ms-fill-lower{background:#777;border-radius:10px}input.vis-configuration.vis-config-range::-ms-fill-upper{background:#ddd;border-radius:10px}input.vis-configuration.vis-config-range::-ms-thumb{border:none;height:16px;width:16px;border-radius:50%;background:#385380}input.vis-configuration.vis-config-range:focus::-ms-fill-lower{background:#888}input.vis-configuration.vis-config-range:focus::-ms-fill-upper{background:#ccc}.vis-configuration-popup{position:absolute;background:rgba(57,76,89,.85);border:2px solid #f2faff;line-height:30px;height:30px;width:150px;text-align:center;color:#fff;font-size:14px;border-radius:4px;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.vis-configuration-popup:after,.vis-configuration-popup:before{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.vis-configuration-popup:after{border-color:rgba(136,183,213,0);border-left-color:rgba(57,76,89,.85);border-width:8px;margin-top:-8px}.vis-configuration-popup:before{border-color:rgba(194,225,245,0);border-left-color:#f2faff;border-width:12px;margin-top:-12px}.vis .overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.vis-active{box-shadow:0 0 10px #86d5f8} \ No newline at end of file diff --git a/dist/vis-timeline-graph2d.min.js b/dist/vis-timeline-graph2d.min.js index a111a7b9da..f7ebb008eb 100644 --- a/dist/vis-timeline-graph2d.min.js +++ b/dist/vis-timeline-graph2d.min.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:48:11.719Z + * @date 2023-12-27T04:33:19.457Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs diff --git a/esnext/esm/vis-timeline-graph2d.js b/esnext/esm/vis-timeline-graph2d.js index 04294eeeb4..c7fbd80b1c 100644 --- a/esnext/esm/vis-timeline-graph2d.js +++ b/esnext/esm/vis-timeline-graph2d.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:47:17.719Z + * @date 2023-12-27T04:32:21.891Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs diff --git a/esnext/esm/vis-timeline-graph2d.min.js b/esnext/esm/vis-timeline-graph2d.min.js index d22c680486..48ac4ce256 100644 --- a/esnext/esm/vis-timeline-graph2d.min.js +++ b/esnext/esm/vis-timeline-graph2d.min.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:47:17.719Z + * @date 2023-12-27T04:32:21.891Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs diff --git a/esnext/umd/vis-timeline-graph2d.js b/esnext/umd/vis-timeline-graph2d.js index 45eeb5a3e7..402c0dbf3e 100644 --- a/esnext/umd/vis-timeline-graph2d.js +++ b/esnext/umd/vis-timeline-graph2d.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:47:17.719Z + * @date 2023-12-27T04:32:21.891Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs diff --git a/esnext/umd/vis-timeline-graph2d.min.js b/esnext/umd/vis-timeline-graph2d.min.js index 3141d17ee6..2c800e42e3 100644 --- a/esnext/umd/vis-timeline-graph2d.min.js +++ b/esnext/umd/vis-timeline-graph2d.min.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:47:17.719Z + * @date 2023-12-27T04:32:21.891Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs diff --git a/examples/graph2d-generated/screenshot.3d4c763bb35e8989f9c9dedefa173f3dbba9c1304af4d347d4938a6920a3ff1c.png b/examples/graph2d-generated/screenshot.3d4c763bb35e8989f9c9dedefa173f3dbba9c1304af4d347d4938a6920a3ff1c.png index 090eee2ce2..a32b94f287 100644 Binary files a/examples/graph2d-generated/screenshot.3d4c763bb35e8989f9c9dedefa173f3dbba9c1304af4d347d4938a6920a3ff1c.png and b/examples/graph2d-generated/screenshot.3d4c763bb35e8989f9c9dedefa173f3dbba9c1304af4d347d4938a6920a3ff1c.png differ diff --git a/examples/graph2d-generated/screenshot.52b0f0328f90fd66f7548a27cfd1186de64ff06aa2de33be739e99266255c500.png b/examples/graph2d-generated/screenshot.52b0f0328f90fd66f7548a27cfd1186de64ff06aa2de33be739e99266255c500.png index cc033651a5..4c5488cd93 100644 Binary files a/examples/graph2d-generated/screenshot.52b0f0328f90fd66f7548a27cfd1186de64ff06aa2de33be739e99266255c500.png and b/examples/graph2d-generated/screenshot.52b0f0328f90fd66f7548a27cfd1186de64ff06aa2de33be739e99266255c500.png differ diff --git a/examples/graph2d-generated/screenshot.ea8feabcf5a182fcbbfe5909bb0b8a758e5806695dbee2c414c7cfb9d51ea0ce.png b/examples/graph2d-generated/screenshot.ea8feabcf5a182fcbbfe5909bb0b8a758e5806695dbee2c414c7cfb9d51ea0ce.png index 0cacc20452..041a077f89 100644 Binary files a/examples/graph2d-generated/screenshot.ea8feabcf5a182fcbbfe5909bb0b8a758e5806695dbee2c414c7cfb9d51ea0ce.png and b/examples/graph2d-generated/screenshot.ea8feabcf5a182fcbbfe5909bb0b8a758e5806695dbee2c414c7cfb9d51ea0ce.png differ diff --git a/examples/timeline-generated/screenshot.0c73d9ce2555d1e5af673d58bce0a94eea177a9bcefd13e72e832b11b0d1753f.png b/examples/timeline-generated/screenshot.0c73d9ce2555d1e5af673d58bce0a94eea177a9bcefd13e72e832b11b0d1753f.png index 801ae2779c..3fed932035 100644 Binary files a/examples/timeline-generated/screenshot.0c73d9ce2555d1e5af673d58bce0a94eea177a9bcefd13e72e832b11b0d1753f.png and b/examples/timeline-generated/screenshot.0c73d9ce2555d1e5af673d58bce0a94eea177a9bcefd13e72e832b11b0d1753f.png differ diff --git a/examples/timeline-generated/screenshot.12b05b40dea3e925576f999165f29ef9c4f8c62ec9bc9339d59c2122aa0dbae7.png b/examples/timeline-generated/screenshot.12b05b40dea3e925576f999165f29ef9c4f8c62ec9bc9339d59c2122aa0dbae7.png index 1c4ed4076a..c64de5e330 100644 Binary files a/examples/timeline-generated/screenshot.12b05b40dea3e925576f999165f29ef9c4f8c62ec9bc9339d59c2122aa0dbae7.png and b/examples/timeline-generated/screenshot.12b05b40dea3e925576f999165f29ef9c4f8c62ec9bc9339d59c2122aa0dbae7.png differ diff --git a/examples/timeline-generated/screenshot.144da08a1b7b8864a9264cd45ea3e69b87738d5fc48b328e92ff43dbf5fd5332.png b/examples/timeline-generated/screenshot.144da08a1b7b8864a9264cd45ea3e69b87738d5fc48b328e92ff43dbf5fd5332.png index feca0d076d..db27a628c5 100644 Binary files a/examples/timeline-generated/screenshot.144da08a1b7b8864a9264cd45ea3e69b87738d5fc48b328e92ff43dbf5fd5332.png and b/examples/timeline-generated/screenshot.144da08a1b7b8864a9264cd45ea3e69b87738d5fc48b328e92ff43dbf5fd5332.png differ diff --git a/examples/timeline-generated/screenshot.288bb394ea8eec9ee6585f16518fceaf7866f7eb9fe97dbc46c19f32e35ac2bf.png b/examples/timeline-generated/screenshot.288bb394ea8eec9ee6585f16518fceaf7866f7eb9fe97dbc46c19f32e35ac2bf.png index 5e32538ce0..8f04591d75 100644 Binary files a/examples/timeline-generated/screenshot.288bb394ea8eec9ee6585f16518fceaf7866f7eb9fe97dbc46c19f32e35ac2bf.png and b/examples/timeline-generated/screenshot.288bb394ea8eec9ee6585f16518fceaf7866f7eb9fe97dbc46c19f32e35ac2bf.png differ diff --git a/examples/timeline-generated/screenshot.2a5a60741939e9324fbe9fc07d682143106a98092c0f94683802681987f5c2f9.png b/examples/timeline-generated/screenshot.2a5a60741939e9324fbe9fc07d682143106a98092c0f94683802681987f5c2f9.png index 472e003478..46084731b2 100644 Binary files a/examples/timeline-generated/screenshot.2a5a60741939e9324fbe9fc07d682143106a98092c0f94683802681987f5c2f9.png and b/examples/timeline-generated/screenshot.2a5a60741939e9324fbe9fc07d682143106a98092c0f94683802681987f5c2f9.png differ diff --git a/examples/timeline-generated/screenshot.40ca83e8a80f9a3cae47495cab8a02bea1b18ae2faa3e0ab998dafbb4d9f2d44.png b/examples/timeline-generated/screenshot.40ca83e8a80f9a3cae47495cab8a02bea1b18ae2faa3e0ab998dafbb4d9f2d44.png index 4fe6adfb5b..8af8825346 100644 Binary files a/examples/timeline-generated/screenshot.40ca83e8a80f9a3cae47495cab8a02bea1b18ae2faa3e0ab998dafbb4d9f2d44.png and b/examples/timeline-generated/screenshot.40ca83e8a80f9a3cae47495cab8a02bea1b18ae2faa3e0ab998dafbb4d9f2d44.png differ diff --git a/examples/timeline-generated/screenshot.41f1656e3df4d6a5bdb765cbed3c52292fc886052b4033323364b477d09d9e14.png b/examples/timeline-generated/screenshot.41f1656e3df4d6a5bdb765cbed3c52292fc886052b4033323364b477d09d9e14.png index 7f089b7992..ddd4621597 100644 Binary files a/examples/timeline-generated/screenshot.41f1656e3df4d6a5bdb765cbed3c52292fc886052b4033323364b477d09d9e14.png and b/examples/timeline-generated/screenshot.41f1656e3df4d6a5bdb765cbed3c52292fc886052b4033323364b477d09d9e14.png differ diff --git a/examples/timeline-generated/screenshot.43eb002631e689755270e04660fffafb91026a927be7be81981cb557868aee6e.png b/examples/timeline-generated/screenshot.43eb002631e689755270e04660fffafb91026a927be7be81981cb557868aee6e.png index 1c4ed4076a..c64de5e330 100644 Binary files a/examples/timeline-generated/screenshot.43eb002631e689755270e04660fffafb91026a927be7be81981cb557868aee6e.png and b/examples/timeline-generated/screenshot.43eb002631e689755270e04660fffafb91026a927be7be81981cb557868aee6e.png differ diff --git a/examples/timeline-generated/screenshot.5755c35ac064f650a39a34e7d118ee2a684f6160f2a7f1b6c5c4c9407e81fd3c.png b/examples/timeline-generated/screenshot.5755c35ac064f650a39a34e7d118ee2a684f6160f2a7f1b6c5c4c9407e81fd3c.png index 4e9b9e81ae..c95bc8a772 100644 Binary files a/examples/timeline-generated/screenshot.5755c35ac064f650a39a34e7d118ee2a684f6160f2a7f1b6c5c4c9407e81fd3c.png and b/examples/timeline-generated/screenshot.5755c35ac064f650a39a34e7d118ee2a684f6160f2a7f1b6c5c4c9407e81fd3c.png differ diff --git a/examples/timeline-generated/screenshot.5c0e1fbbc2415bf91a113bbd371ef0fc7caedd9177d3a68dc3a59276c40efa00.png b/examples/timeline-generated/screenshot.5c0e1fbbc2415bf91a113bbd371ef0fc7caedd9177d3a68dc3a59276c40efa00.png index c2c030d780..98e953fba7 100644 Binary files a/examples/timeline-generated/screenshot.5c0e1fbbc2415bf91a113bbd371ef0fc7caedd9177d3a68dc3a59276c40efa00.png and b/examples/timeline-generated/screenshot.5c0e1fbbc2415bf91a113bbd371ef0fc7caedd9177d3a68dc3a59276c40efa00.png differ diff --git a/examples/timeline-generated/screenshot.7382dd3b88f8212959193d35dc404852f070344f62fbaa23f0e764fa9cd5619a.png b/examples/timeline-generated/screenshot.7382dd3b88f8212959193d35dc404852f070344f62fbaa23f0e764fa9cd5619a.png index 1ed5b3b937..db114a7b7e 100644 Binary files a/examples/timeline-generated/screenshot.7382dd3b88f8212959193d35dc404852f070344f62fbaa23f0e764fa9cd5619a.png and b/examples/timeline-generated/screenshot.7382dd3b88f8212959193d35dc404852f070344f62fbaa23f0e764fa9cd5619a.png differ diff --git a/examples/timeline-generated/screenshot.73cec3028924f326760defc093e4bd12da7060d2dbff7001fce13ef64cd32472.png b/examples/timeline-generated/screenshot.73cec3028924f326760defc093e4bd12da7060d2dbff7001fce13ef64cd32472.png index 65d6303183..29683067dc 100644 Binary files a/examples/timeline-generated/screenshot.73cec3028924f326760defc093e4bd12da7060d2dbff7001fce13ef64cd32472.png and b/examples/timeline-generated/screenshot.73cec3028924f326760defc093e4bd12da7060d2dbff7001fce13ef64cd32472.png differ diff --git a/examples/timeline-generated/screenshot.767d6f0fb45a6e924c79ca74b1ad611dfd91e3eb037326753b3a9f07ff4561d9.png b/examples/timeline-generated/screenshot.767d6f0fb45a6e924c79ca74b1ad611dfd91e3eb037326753b3a9f07ff4561d9.png index 84ac14793f..3b1803c3d2 100644 Binary files a/examples/timeline-generated/screenshot.767d6f0fb45a6e924c79ca74b1ad611dfd91e3eb037326753b3a9f07ff4561d9.png and b/examples/timeline-generated/screenshot.767d6f0fb45a6e924c79ca74b1ad611dfd91e3eb037326753b3a9f07ff4561d9.png differ diff --git a/examples/timeline-generated/screenshot.78f8b8ffa322a4473a48e5f275ad3812bb9f5078426cf3a33bcf84e58f503e03.png b/examples/timeline-generated/screenshot.78f8b8ffa322a4473a48e5f275ad3812bb9f5078426cf3a33bcf84e58f503e03.png index 7d361796c5..3cbffd0634 100644 Binary files a/examples/timeline-generated/screenshot.78f8b8ffa322a4473a48e5f275ad3812bb9f5078426cf3a33bcf84e58f503e03.png and b/examples/timeline-generated/screenshot.78f8b8ffa322a4473a48e5f275ad3812bb9f5078426cf3a33bcf84e58f503e03.png differ diff --git a/examples/timeline-generated/screenshot.7936664a890b76df2eab104a36cb10e95bb49c07a0d6470b0dc5e610e8d417b0.png b/examples/timeline-generated/screenshot.7936664a890b76df2eab104a36cb10e95bb49c07a0d6470b0dc5e610e8d417b0.png index 60be423958..0995f8ca8b 100644 Binary files a/examples/timeline-generated/screenshot.7936664a890b76df2eab104a36cb10e95bb49c07a0d6470b0dc5e610e8d417b0.png and b/examples/timeline-generated/screenshot.7936664a890b76df2eab104a36cb10e95bb49c07a0d6470b0dc5e610e8d417b0.png differ diff --git a/examples/timeline-generated/screenshot.8b1b0c14ea90d932d97a72b447a952475a4cf6611a2d7031e2a332bd0c333e29.png b/examples/timeline-generated/screenshot.8b1b0c14ea90d932d97a72b447a952475a4cf6611a2d7031e2a332bd0c333e29.png index 6c93239fe8..b56d59d03f 100644 Binary files a/examples/timeline-generated/screenshot.8b1b0c14ea90d932d97a72b447a952475a4cf6611a2d7031e2a332bd0c333e29.png and b/examples/timeline-generated/screenshot.8b1b0c14ea90d932d97a72b447a952475a4cf6611a2d7031e2a332bd0c333e29.png differ diff --git a/examples/timeline-generated/screenshot.8b297691ca4e950a70464ef9e6d293d0d65b91078d6c7d62c7ae736f34149fe8.png b/examples/timeline-generated/screenshot.8b297691ca4e950a70464ef9e6d293d0d65b91078d6c7d62c7ae736f34149fe8.png index 7ff0097a84..a07d64c1ff 100644 Binary files a/examples/timeline-generated/screenshot.8b297691ca4e950a70464ef9e6d293d0d65b91078d6c7d62c7ae736f34149fe8.png and b/examples/timeline-generated/screenshot.8b297691ca4e950a70464ef9e6d293d0d65b91078d6c7d62c7ae736f34149fe8.png differ diff --git a/examples/timeline-generated/screenshot.9995aab3d410a256837cc575e79983746706bf0e13d79e43ceeebdee6422ecd1.png b/examples/timeline-generated/screenshot.9995aab3d410a256837cc575e79983746706bf0e13d79e43ceeebdee6422ecd1.png index 1c4ed4076a..c64de5e330 100644 Binary files a/examples/timeline-generated/screenshot.9995aab3d410a256837cc575e79983746706bf0e13d79e43ceeebdee6422ecd1.png and b/examples/timeline-generated/screenshot.9995aab3d410a256837cc575e79983746706bf0e13d79e43ceeebdee6422ecd1.png differ diff --git a/examples/timeline-generated/screenshot.a1fb9f9444a41e7c625a0045bbec9da6aa950cb314f268f78e44dae17a88d578.png b/examples/timeline-generated/screenshot.a1fb9f9444a41e7c625a0045bbec9da6aa950cb314f268f78e44dae17a88d578.png index 6401142d2d..2762fbe589 100644 Binary files a/examples/timeline-generated/screenshot.a1fb9f9444a41e7c625a0045bbec9da6aa950cb314f268f78e44dae17a88d578.png and b/examples/timeline-generated/screenshot.a1fb9f9444a41e7c625a0045bbec9da6aa950cb314f268f78e44dae17a88d578.png differ diff --git a/examples/timeline-generated/screenshot.a696d54cddef9ab2fc5cc9c2e664f10676b2bdcc94ba3f3fd9022b26163213d0.png b/examples/timeline-generated/screenshot.a696d54cddef9ab2fc5cc9c2e664f10676b2bdcc94ba3f3fd9022b26163213d0.png index 9377f0ffe3..429a51c823 100644 Binary files a/examples/timeline-generated/screenshot.a696d54cddef9ab2fc5cc9c2e664f10676b2bdcc94ba3f3fd9022b26163213d0.png and b/examples/timeline-generated/screenshot.a696d54cddef9ab2fc5cc9c2e664f10676b2bdcc94ba3f3fd9022b26163213d0.png differ diff --git a/examples/timeline-generated/screenshot.a7ae475d0c817ee4c6cc65c69e7df32ec1b538747fda1263710ae6625ef7bad3.png b/examples/timeline-generated/screenshot.a7ae475d0c817ee4c6cc65c69e7df32ec1b538747fda1263710ae6625ef7bad3.png index 2d8e6e8857..8fe515a07d 100644 Binary files a/examples/timeline-generated/screenshot.a7ae475d0c817ee4c6cc65c69e7df32ec1b538747fda1263710ae6625ef7bad3.png and b/examples/timeline-generated/screenshot.a7ae475d0c817ee4c6cc65c69e7df32ec1b538747fda1263710ae6625ef7bad3.png differ diff --git a/examples/timeline-generated/screenshot.af6866f0b664c428c0c5f77220060db6a2d4c2f613a2775ac487b4c274ea5e29.png b/examples/timeline-generated/screenshot.af6866f0b664c428c0c5f77220060db6a2d4c2f613a2775ac487b4c274ea5e29.png index cd6b616567..4a86bcf1fd 100644 Binary files a/examples/timeline-generated/screenshot.af6866f0b664c428c0c5f77220060db6a2d4c2f613a2775ac487b4c274ea5e29.png and b/examples/timeline-generated/screenshot.af6866f0b664c428c0c5f77220060db6a2d4c2f613a2775ac487b4c274ea5e29.png differ diff --git a/examples/timeline-generated/screenshot.b4163a37f6eb02be74b76dc06830eae4d26fb4b3f67ed53bf14a1184aa170dc7.png b/examples/timeline-generated/screenshot.b4163a37f6eb02be74b76dc06830eae4d26fb4b3f67ed53bf14a1184aa170dc7.png index 76d31d9565..d005e7f414 100644 Binary files a/examples/timeline-generated/screenshot.b4163a37f6eb02be74b76dc06830eae4d26fb4b3f67ed53bf14a1184aa170dc7.png and b/examples/timeline-generated/screenshot.b4163a37f6eb02be74b76dc06830eae4d26fb4b3f67ed53bf14a1184aa170dc7.png differ diff --git a/examples/timeline-generated/screenshot.bc8599e9b62ce58beed98c74a807de63a387f4c97a285940dd6e93f3072cba02.png b/examples/timeline-generated/screenshot.bc8599e9b62ce58beed98c74a807de63a387f4c97a285940dd6e93f3072cba02.png index 7321779b9f..2749fb4264 100644 Binary files a/examples/timeline-generated/screenshot.bc8599e9b62ce58beed98c74a807de63a387f4c97a285940dd6e93f3072cba02.png and b/examples/timeline-generated/screenshot.bc8599e9b62ce58beed98c74a807de63a387f4c97a285940dd6e93f3072cba02.png differ diff --git a/examples/timeline-generated/screenshot.bd707c6a6b7a099594fcd09f423f5cda8761116c84d64a317905240cec7cca7e.png b/examples/timeline-generated/screenshot.bd707c6a6b7a099594fcd09f423f5cda8761116c84d64a317905240cec7cca7e.png index b5015ff237..1bb14d1c64 100644 Binary files a/examples/timeline-generated/screenshot.bd707c6a6b7a099594fcd09f423f5cda8761116c84d64a317905240cec7cca7e.png and b/examples/timeline-generated/screenshot.bd707c6a6b7a099594fcd09f423f5cda8761116c84d64a317905240cec7cca7e.png differ diff --git a/examples/timeline-generated/screenshot.be6e4ac7452eb2299dc6d3d5cd3a8ba9ce78fdc9f3ea2a87799fc01d209720ba.png b/examples/timeline-generated/screenshot.be6e4ac7452eb2299dc6d3d5cd3a8ba9ce78fdc9f3ea2a87799fc01d209720ba.png index e280575785..92a26e78a9 100644 Binary files a/examples/timeline-generated/screenshot.be6e4ac7452eb2299dc6d3d5cd3a8ba9ce78fdc9f3ea2a87799fc01d209720ba.png and b/examples/timeline-generated/screenshot.be6e4ac7452eb2299dc6d3d5cd3a8ba9ce78fdc9f3ea2a87799fc01d209720ba.png differ diff --git a/examples/timeline-generated/screenshot.bf19baafd7de9f2d8b4e75a55026659fbe20a42c2bee7428df5a94467ddd9727.png b/examples/timeline-generated/screenshot.bf19baafd7de9f2d8b4e75a55026659fbe20a42c2bee7428df5a94467ddd9727.png index ac65bed733..d43064074e 100644 Binary files a/examples/timeline-generated/screenshot.bf19baafd7de9f2d8b4e75a55026659fbe20a42c2bee7428df5a94467ddd9727.png and b/examples/timeline-generated/screenshot.bf19baafd7de9f2d8b4e75a55026659fbe20a42c2bee7428df5a94467ddd9727.png differ diff --git a/examples/timeline-generated/screenshot.cd241505bf80e03e6b96c4b8aa197e6b07591e7162df44cd75e72362318f3e0f.png b/examples/timeline-generated/screenshot.cd241505bf80e03e6b96c4b8aa197e6b07591e7162df44cd75e72362318f3e0f.png index 89cfd62483..1f3bba6f4f 100644 Binary files a/examples/timeline-generated/screenshot.cd241505bf80e03e6b96c4b8aa197e6b07591e7162df44cd75e72362318f3e0f.png and b/examples/timeline-generated/screenshot.cd241505bf80e03e6b96c4b8aa197e6b07591e7162df44cd75e72362318f3e0f.png differ diff --git a/examples/timeline-generated/screenshot.ce286fe55e2339167e3b80d19a730940e8f8d538d79f97d1bed3707701185335.png b/examples/timeline-generated/screenshot.ce286fe55e2339167e3b80d19a730940e8f8d538d79f97d1bed3707701185335.png index cc83e79a77..6df9204392 100644 Binary files a/examples/timeline-generated/screenshot.ce286fe55e2339167e3b80d19a730940e8f8d538d79f97d1bed3707701185335.png and b/examples/timeline-generated/screenshot.ce286fe55e2339167e3b80d19a730940e8f8d538d79f97d1bed3707701185335.png differ diff --git a/examples/timeline-generated/screenshot.d1889faddd898e190a3f6ccf1cdaf3d65e21fb17dfe8c9bec1dbe3861cc4d113.png b/examples/timeline-generated/screenshot.d1889faddd898e190a3f6ccf1cdaf3d65e21fb17dfe8c9bec1dbe3861cc4d113.png index 4df7902a44..e980030418 100644 Binary files a/examples/timeline-generated/screenshot.d1889faddd898e190a3f6ccf1cdaf3d65e21fb17dfe8c9bec1dbe3861cc4d113.png and b/examples/timeline-generated/screenshot.d1889faddd898e190a3f6ccf1cdaf3d65e21fb17dfe8c9bec1dbe3861cc4d113.png differ diff --git a/examples/timeline-generated/screenshot.d6d6ca67b2482ff49688e8ce25e2a0a4991ff1bb1c3b91ee036deb30d116d6b5.png b/examples/timeline-generated/screenshot.d6d6ca67b2482ff49688e8ce25e2a0a4991ff1bb1c3b91ee036deb30d116d6b5.png index f8dc013613..0405582180 100644 Binary files a/examples/timeline-generated/screenshot.d6d6ca67b2482ff49688e8ce25e2a0a4991ff1bb1c3b91ee036deb30d116d6b5.png and b/examples/timeline-generated/screenshot.d6d6ca67b2482ff49688e8ce25e2a0a4991ff1bb1c3b91ee036deb30d116d6b5.png differ diff --git a/examples/timeline-generated/screenshot.dcbcfc1e625c8e5bc69c76b9e94367f9b2ed2de5a43f4003ed7fda15c09a46d0.png b/examples/timeline-generated/screenshot.dcbcfc1e625c8e5bc69c76b9e94367f9b2ed2de5a43f4003ed7fda15c09a46d0.png index 683c1f0dc0..6f1c0a8d70 100644 Binary files a/examples/timeline-generated/screenshot.dcbcfc1e625c8e5bc69c76b9e94367f9b2ed2de5a43f4003ed7fda15c09a46d0.png and b/examples/timeline-generated/screenshot.dcbcfc1e625c8e5bc69c76b9e94367f9b2ed2de5a43f4003ed7fda15c09a46d0.png differ diff --git a/examples/timeline-generated/screenshot.f1c1f41165f6fa5069038e25e3a25126257271d2e408fd9918353af0fe99ea38.png b/examples/timeline-generated/screenshot.f1c1f41165f6fa5069038e25e3a25126257271d2e408fd9918353af0fe99ea38.png index 740636a09f..c524d05b6c 100644 Binary files a/examples/timeline-generated/screenshot.f1c1f41165f6fa5069038e25e3a25126257271d2e408fd9918353af0fe99ea38.png and b/examples/timeline-generated/screenshot.f1c1f41165f6fa5069038e25e3a25126257271d2e408fd9918353af0fe99ea38.png differ diff --git a/examples/timeline-generated/screenshot.f6d0aca8c8725a34e22d0999705f2e6cf2f9638cd4ec3ccdb4685770e1725c7d.png b/examples/timeline-generated/screenshot.f6d0aca8c8725a34e22d0999705f2e6cf2f9638cd4ec3ccdb4685770e1725c7d.png index e8075ec973..94ef7baf79 100644 Binary files a/examples/timeline-generated/screenshot.f6d0aca8c8725a34e22d0999705f2e6cf2f9638cd4ec3ccdb4685770e1725c7d.png and b/examples/timeline-generated/screenshot.f6d0aca8c8725a34e22d0999705f2e6cf2f9638cd4ec3ccdb4685770e1725c7d.png differ diff --git a/peer/esm/vis-timeline-graph2d.js b/peer/esm/vis-timeline-graph2d.js index a4ce3e24e7..55548b7ca1 100644 --- a/peer/esm/vis-timeline-graph2d.js +++ b/peer/esm/vis-timeline-graph2d.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:47:17.719Z + * @date 2023-12-27T04:32:21.891Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs diff --git a/peer/esm/vis-timeline-graph2d.min.js b/peer/esm/vis-timeline-graph2d.min.js index 162adfa40e..65989b824b 100644 --- a/peer/esm/vis-timeline-graph2d.min.js +++ b/peer/esm/vis-timeline-graph2d.min.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:47:17.719Z + * @date 2023-12-27T04:32:21.891Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs diff --git a/peer/umd/vis-timeline-graph2d.js b/peer/umd/vis-timeline-graph2d.js index 6bcb54e4af..b77799ffab 100644 --- a/peer/umd/vis-timeline-graph2d.js +++ b/peer/umd/vis-timeline-graph2d.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:47:17.719Z + * @date 2023-12-27T04:32:21.891Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs diff --git a/peer/umd/vis-timeline-graph2d.min.js b/peer/umd/vis-timeline-graph2d.min.js index 36090fb8a5..bac2eab51b 100644 --- a/peer/umd/vis-timeline-graph2d.min.js +++ b/peer/umd/vis-timeline-graph2d.min.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:47:17.719Z + * @date 2023-12-27T04:32:21.891Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs diff --git a/standalone/esm/vis-timeline-graph2d.js b/standalone/esm/vis-timeline-graph2d.js index 522b0c40b1..9b20a2445f 100644 --- a/standalone/esm/vis-timeline-graph2d.js +++ b/standalone/esm/vis-timeline-graph2d.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:47:17.719Z + * @date 2023-12-27T04:32:21.891Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs diff --git a/standalone/esm/vis-timeline-graph2d.min.js b/standalone/esm/vis-timeline-graph2d.min.js index a7d6315b8f..0131ffb95a 100644 --- a/standalone/esm/vis-timeline-graph2d.min.js +++ b/standalone/esm/vis-timeline-graph2d.min.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:47:17.719Z + * @date 2023-12-27T04:32:21.891Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs diff --git a/standalone/umd/vis-timeline-graph2d.js b/standalone/umd/vis-timeline-graph2d.js index 28bd227add..10b88dafda 100644 --- a/standalone/umd/vis-timeline-graph2d.js +++ b/standalone/umd/vis-timeline-graph2d.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:47:17.719Z + * @date 2023-12-27T04:32:21.891Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs diff --git a/standalone/umd/vis-timeline-graph2d.min.js b/standalone/umd/vis-timeline-graph2d.min.js index 63eed41817..5201f0f555 100644 --- a/standalone/umd/vis-timeline-graph2d.min.js +++ b/standalone/umd/vis-timeline-graph2d.min.js @@ -5,7 +5,7 @@ * Create a fully customizable, interactive timeline with items and ranges. * * @version 0.0.0-no-version - * @date 2023-12-27T01:47:17.719Z + * @date 2023-12-27T04:32:21.891Z * * @copyright (c) 2011-2017 Almende B.V, http://almende.com * @copyright (c) 2017-2019 visjs contributors, https://github.com/visjs