AnyChart / AnyChart-React

Intuitive and easy to use React plugin that allows you to create and work with AnyChart JavaScript Charts
https://www.anychart.com
Apache License 2.0
39 stars 30 forks source link

Change color theme #22

Open ghost opened 2 years ago

ghost commented 2 years ago

How do you change the color theme using this library? The suggested answer here doesn't seem to work

Shestac92 commented 2 years ago

@brentadamson Theme JS files are simple self-invoked functions. They are not available as modules via NPM. Importing them as JS side-effect JS scripts will not work in React. So, you need to convert the desired theme to a module. For details, check the modified sample.