gevgeny / angular2-highcharts

:bar_chart: :chart_with_upwards_trend: Highcharts for your Angular project
MIT License
380 stars 113 forks source link

Use classic mode instead of Styled mode #269

Open katyasafford opened 6 years ago

katyasafford commented 6 years ago

Hi there,

I can't find any documentation on how to use classic mode instead of styled mode in Angular project. Documentation here says that classic mode is available on root and directly under each version folder on https://code.highcharts.com/

However, I am not importing anything from code.highcharts.com.. I just use highcharts package I installed with npm, version 6.1.2

With this version installed, Highcharts uses styled mode by default. Is it possible to change some setting somewhere in Angular project to make Highcharts use classic mode instead? And if so, please add documentation for switching between styled and classic mode. Thank you.