vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.vis.timeline .itemset {
|
|
position: relative;
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.vis.timeline .itemset .background,
|
|
.vis.timeline .itemset .foreground {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.vis.timeline .axis {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 0;
|
|
left: 1px;
|
|
z-index: 1;
|
|
}
|
|
|
|
.vis.timeline .foreground .group {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px solid #bfbfbf;
|
|
}
|
|
|
|
.vis.timeline .foreground .group:last-child {
|
|
border-bottom: none;
|
|
}
|