|
|
.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-overlay {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 10;
|
|
}
|