Angular
This error happens when setting chart.type or series.type to a series type that isn't defined in Highcharts. A typical reason may be that the module or ...
Fri, 15 May, 2020 at 8:09 PM
Add indicators as any other module - general module loading documentation is also available on the main page of the Highcharts Angular wrapper GitHub reposi...
Fri, 15 May, 2020 at 8:27 PM
Add themes as any other module. See the demo app in the repository for Highcharts Angular wrapper to see a code example used there. A short load and ini...
Wed, 26 Jun, 2019 at 1:14 PM
Based on original Highcharts demo for Synchronized charts. Additionally added class-based sync between charts - demo. If you are interested in def...
Fri, 15 May, 2020 at 8:29 PM
Add highcharts-more like any other module. A short load and initialization example is below: import * as Highcharts from 'highcharts'; // lo...
Thu, 28 Nov, 2019 at 6:16 PM