How to fix this error Type 'number' has no properties in common with type 'XrangePointOptionsObject'
问题 I'm getting this error Type 'number' has no properties in common with type 'XrangePointOptionsObject'. I want to add bar chart using angular highchatrs in my angular project but I'm not able to add because of this error. So can you please help me to solve this error. Thanks. this is my component.ts file import { Chart } from 'angular-highcharts'; import * as Highcharts from 'highcharts' @Component({ selector: 'app-bar-chart', templateUrl: './bar-chart.component.html', styleUrls: ['./bar-chart