Trying to integrate highcharts into my Angular 4 project has been a bit challenging as I keep encountering the following error:
highcharts has no exported member 'ChartObject'
I have experimented with different options such as angular-highcharts, highcharts-angular, and ng2-highcharts.
import { chart } from 'highcharts';
import * as Highcharts from 'highcharts';