diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 4c22976..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/css/.DS_Store b/css/.DS_Store deleted file mode 100644 index 599aa9f..0000000 Binary files a/css/.DS_Store and /dev/null differ diff --git a/css/general.css b/css/general.css index 08f5968..997eab5 100644 --- a/css/general.css +++ b/css/general.css @@ -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 { diff --git a/img/.DS_Store b/img/.DS_Store deleted file mode 100644 index ffdd1bc..0000000 Binary files a/img/.DS_Store and /dev/null differ diff --git a/js/.DS_Store b/js/.DS_Store deleted file mode 100644 index a58de6a..0000000 Binary files a/js/.DS_Store and /dev/null differ diff --git a/js/general.js b/js/general.js index 2125bf1..9d413dc 100644 --- a/js/general.js +++ b/js/general.js @@ -261,10 +261,11 @@ var options = { name: 'Overall', data: [10, 6, 9, 7, 11], }], - chart: { + chart: { type: 'bar', height: 350, stacked: true, + theme: 'dark' }, plotOptions: { bar: {