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 {
|
.apexcharts-menu {
|
||||||
color: #fff;
|
background-color: #27293d!important;
|
||||||
|
border: 0px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.apexcharts-menu-item:hover {
|
||||||
|
background-color: #3f3f3f!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tooltip {
|
.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',
|
type: 'bar',
|
||||||
height: 350,
|
height: 350,
|
||||||
stacked: true,
|
stacked: true,
|
||||||
|
theme: 'dark'
|
||||||
},
|
},
|
||||||
plotOptions: {
|
plotOptions: {
|
||||||
bar: {
|
bar: {
|
||||||
|
Loading…
Reference in New Issue
Block a user