Hello,
I am trying to create an application with dynamic themes (light and dark) and I would like to change the theme on the fly.
With all the kendo components I have no problems but I can't do it with the charts.
I noticed that to see the styles applied it is necessary to refresh the page (you notice by changing something in the code).
Is it possible in some way to have the styles applied to the chart?
here my stackbliz test app
https://stackblitz.com/edit/angular-saj2p6?file=app/app.component.ts
Thanks