2020-07-29 06:50:29 +02:00
|
|
|
.chart {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltip {
|
|
|
|
pointer-events: none;
|
2020-08-01 05:37:29 +02:00
|
|
|
z-index: 1;
|
2020-07-29 06:50:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2020-08-02 07:13:16 +02:00
|
|
|
color: #fff;
|
2020-07-29 06:50:29 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.metric {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dot {
|
2020-08-04 03:12:28 +02:00
|
|
|
position: relative;
|
|
|
|
overflow: hidden;
|
2020-07-29 06:50:29 +02:00
|
|
|
border-radius: 100%;
|
2020-07-30 10:08:21 +02:00
|
|
|
margin-right: 8px;
|
2020-08-04 03:12:28 +02:00
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.color {
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
2020-07-29 06:50:29 +02:00
|
|
|
}
|