diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..4c22976 Binary files /dev/null and b/.DS_Store differ diff --git a/css/.DS_Store b/css/.DS_Store new file mode 100644 index 0000000..599aa9f Binary files /dev/null and b/css/.DS_Store differ diff --git a/css/general.css b/css/general.css index 2b8cd95..73ebc43 100644 --- a/css/general.css +++ b/css/general.css @@ -1398,14 +1398,10 @@ section { } } -#chart { +#chart .apexcharts-tooltip { color: #000; } -.apexcharts-legend-text, .apexcharts-title-text { - color: #fff !important; -} - .tooltip { position: relative; } diff --git a/img/.DS_Store b/img/.DS_Store new file mode 100644 index 0000000..ffdd1bc Binary files /dev/null and b/img/.DS_Store differ diff --git a/js/.DS_Store b/js/.DS_Store new file mode 100644 index 0000000..a58de6a Binary files /dev/null and b/js/.DS_Store differ diff --git a/js/general.js b/js/general.js index 10ecf6a..ed464bb 100644 --- a/js/general.js +++ b/js/general.js @@ -276,7 +276,10 @@ var options = { colors: ['#fff'] }, title: { - text: 'Team Scores' + text: 'Team Scores', + style: { + color: '#fff' + } }, xaxis: { categories: ['Team 2', 'Team 3', 'Team 4', 'Team 6', 'Team 7'], @@ -305,7 +308,6 @@ var options = { return val + "" } }, - colors: ['#000'] }, fill: { opacity: 1 @@ -314,6 +316,9 @@ var options = { position: 'top', horizontalAlign: 'left', offsetX: 40, + labels: { + colors: '#fff', + }, }, };