i created chartXY like this:
this.chart = lightningChart().ChartXY({container: `${this.chartId}`,theme:Themes.dark})
Does anyone know how to change the theme to Themes.light without using lightningChart().ChartXY() again?
i created chartXY like this:
this.chart = lightningChart().ChartXY({container: `${this.chartId}`,theme:Themes.dark})
Does anyone know how to change the theme to Themes.light without using lightningChart().ChartXY() again?
The theme for a chart can't be changed after the chart has been created.
The only option is to recreate the chart with the different theme.