mirror of
https://github.com/tabler/tabler.git
synced 2026-08-21 10:24:26 +04:00
new charts
This commit is contained in:
+23
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user