new charts

This commit is contained in:
chomik
2019-04-10 22:48:28 +02:00
parent 2a81662c9c
commit 5082252dde
6 changed files with 196 additions and 59 deletions
+23 -1
View File
@@ -1,12 +1,16 @@
.chart {
display: block;
min-height: 10rem !important;
min-height: 10rem;
text {
font-family: inherit;
}
}
.chart-sm {
height: 2.5rem;
}
.chart-placeholder {
background-image: linear-gradient(135deg, $border-color 25%, transparent 25%, transparent 50%, $border-color 50%, $border-color 75%, transparent 75%, transparent 100%);
background-size: 14.14px 14.14px;
@@ -43,3 +47,21 @@
height: 1rem;
}
}
.apexcharts-tooltip {
background: $dark !important;
color: #fff;
border: 0 !important;
border-radius: 3px !important;
line-height: 1;
}
.apexcharts-tooltip-title {
background: transparent !important;
border: 0 !important;
margin: 0 !important;
}
.apexcharts-tooltip-series-group {
padding: 0 8px !important
}