This commit is contained in:
Violet Voronetzky 2021-03-02 09:54:35 +02:00
Родитель 7e4aa2b03d
Коммит b35ad20feb
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -121,6 +121,7 @@ export class HighchartsVisualizer implements IVisualizer {
}
// Update new theme options
this.options.chartOptions.chartTheme = newTheme;
this.themeOptions = Themes.getThemeOptions(newTheme);
// Re-draw the a new chart with the new theme