changeTheme(this.tChart1, "minimal"); is not working
applyTheme also not working in angular.
How to use changeTheme() or applyTheme in angular
How to use changeTheme() or applyTheme in angular
- Attachments
-
- ERROR.JPG (34.26 KiB) Viewed 23199 times
Re: How to use changeTheme() or applyTheme in angular
applyTheme is included in the public demo:
https://www.steema.com/support/viewtopi ... 18&t=17905
Regards,
Marc Meumann
https://www.steema.com/support/viewtopi ... 18&t=17905
Regards,
Marc Meumann
Steema Support
Re: How to use changeTheme() or applyTheme in angular
Adding a note on this, recognising where you may have come across the problem with applyTheme.
I've done some further checks and see that the TeeChart sourcecode that accompanies the TeeChart Angular demo, the source of which I've linked amongst these recent threads, was modified to include the applyTheme method. Commenting that line in the demo will facilitate a compilation of the angular project with any other version of TeeChart source.
We agree that this is an anomaly that needs resolving and will do so by correcting the publicly available teechart.js version to include the necessary codelines.
Apologies for the inconvenience caused. Apart from applyTheme all other aspects of the demo should function correctly. We will prepare other demos to accompany it.
Regards,
Marc
I've done some further checks and see that the TeeChart sourcecode that accompanies the TeeChart Angular demo, the source of which I've linked amongst these recent threads, was modified to include the applyTheme method. Commenting that line in the demo will facilitate a compilation of the angular project with any other version of TeeChart source.
We agree that this is an anomaly that needs resolving and will do so by correcting the publicly available teechart.js version to include the necessary codelines.
Apologies for the inconvenience caused. Apart from applyTheme all other aspects of the demo should function correctly. We will prepare other demos to accompany it.
Regards,
Marc
Steema Support