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