Changed chart styles

This commit is contained in:
James Dinh 2022-08-29 18:25:10 -07:00
parent 8b49346517
commit f0808895ce
6 changed files with 10 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

BIN
css/.DS_Store vendored

Binary file not shown.

View File

@ -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

Binary file not shown.

BIN
js/.DS_Store vendored

Binary file not shown.

View File

@ -261,10 +261,11 @@ var options = {
name: 'Overall', name: 'Overall',
data: [10, 6, 9, 7, 11], data: [10, 6, 9, 7, 11],
}], }],
chart: { chart: {
type: 'bar', type: 'bar',
height: 350, height: 350,
stacked: true, stacked: true,
theme: 'dark'
}, },
plotOptions: { plotOptions: {
bar: { bar: {