Accordions now striped, HighCharts background transparent

This commit is contained in:
Risto Lahtela 2020-05-05 10:54:52 +03:00
parent 8d6302e879
commit 16adccbba8

View File

@ -628,8 +628,6 @@ function worldPie(id, worldSeries, gmSeries) {
}
function updateGraphs() {
var nightMode = window.localStorage.getItem('nightMode') == 'true';
console.log(Highcharts.theme);
for (let graph of graphs) {
graph.update(Highcharts.theme);
}