remove tabler-charts.js, peity charts, apexcharts

This commit is contained in:
codecalm
2019-12-20 23:34:14 +01:00
parent b83202d7a4
commit 004cf028cd
23 changed files with 210 additions and 378 deletions
+30 -3
View File
@@ -17,8 +17,35 @@
//outline: 1px solid red;
}
.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;
.chart-sparkline {
position: relative;
width: 4rem;
height: 2.5rem;
line-height: 1;
}
.chart-sparkline-square {
width: 2.5rem;
}
.chart-sparkline-wide {
width: 6rem;
}
.chart-sparkline-label {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: $h6-font-size;
.icon {
width: 1rem;
height: 1rem;
}
}