Closed ajeshb closed 6 years ago
I need to add dark blue theme of Highcharts in ReactHighstock. I did not find any documentation of the same. Can you help me? @kirjs
Hi @ajeshb ! You need import NameTheme from 'highcharts/themes/name-theme'; and NameTheme(ReactHighcharts.Highcharts);
import NameTheme from 'highcharts/themes/name-theme';
NameTheme(ReactHighcharts.Highcharts);
https://stackblitz.com/edit/highcharts-87w46s?file=Highchart.js
It worked @ilyjs. Thanks
I need to add dark blue theme of Highcharts in ReactHighstock. I did not find any documentation of the same. Can you help me? @kirjs