score:6

Accepted answer

i solved it with adding its chart js library. in this types charts in js file you can see that to run chart use

<script src="https://code.highcharts.com/modules/item-series.js"></script>

for angular part we need to import it from modules

import itemseries from 'highcharts/modules/item-series';

and then use itemseries(highcharts); to accept it


Related Query

More Query from same tag