score:1

Accepted answer

Maybe this can help.

Use:

import * as Highcharts from 'highcharts';
...

var options = {
    chart: {
       renderTo:'dailyFault'
    },
    credits: { enabled: false },
    ...
}
Highcharts.chart(options as Highcharts.Options);

Related Query

More Query from same tag