highcharts / highcharts-react-native

Other
103 stars 81 forks source link

The styledMode tru gives only black and dark mode not working #138

Open newbster1 opened 2 years ago

newbster1 commented 2 years ago

How do you go about creating a dark theme mode using this library, i tried multiple solutions of using highcharts theme as well but no luck.

mcatal commented 2 years ago

How do you go about creating a dark theme mode using this library, i tried multiple solutions of using highcharts theme as well but no luck.

Hi,

You have to use your own color like this sample

https://api.highcharts.com/highcharts/colors

newbster1 commented 2 years ago

Im fine using my own color but do i need to update each and every chart then dpeending on dark mode or not?