Stacked Column Highchart with Angular6 is not working
问题 I am trying to implement the stacked column chart for the first time with angular6 by following the Angular standard example from the link https://www.tutorialspoint.com/angular_highcharts/angular_highcharts_column_stacked.htm But this give me blank container on the web page. Is there anything needs to be added. Below I am attaching my html and ts files for reference. app.module.ts imports: [ ... HighchartsChartModule ], .HTML file <div id="container" style="min-width: 310px; height: 400px;