Fixed changeTheme
This commit is contained in:
Родитель
7e4aa2b03d
Коммит
b35ad20feb
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче