Changed chart styles
This commit is contained in:
parent
8b49346517
commit
f0808895ce
BIN
css/.DS_Store
vendored
BIN
css/.DS_Store
vendored
Binary file not shown.
@ -1398,8 +1398,14 @@ section {
|
||||
}
|
||||
}
|
||||
|
||||
#chart .apexcharts-tooltip {
|
||||
color: #fff;
|
||||
.apexcharts-menu {
|
||||
background-color: #27293d!important;
|
||||
border: 0px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.apexcharts-menu-item:hover {
|
||||
background-color: #3f3f3f!important;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
|
BIN
img/.DS_Store
vendored
BIN
img/.DS_Store
vendored
Binary file not shown.
BIN
js/.DS_Store
vendored
BIN
js/.DS_Store
vendored
Binary file not shown.
@ -265,6 +265,7 @@ var options = {
|
||||
type: 'bar',
|
||||
height: 350,
|
||||
stacked: true,
|
||||
theme: 'dark'
|
||||
},
|
||||
plotOptions: {
|
||||
bar: {
|
||||
|
Loading…
Reference in New Issue
Block a user