Angular

How to resolve Highcharts Error #17 in Highcharts Angular wrapper?
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
How to add and use indicators in Highcharts Angular wrapper?
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
How to add and use themes in Highcharts Angular wrapper?
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
How to do the synchronized charts demo using Highcharts Angular wrapper?
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
How to add and use highcharts-more in Highcharts Angular wrapper?
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