How to fix this error Type 'number' has no properties in common with type 'XrangePointOptionsObject'

后端 未结 1 628
萌比男神i
萌比男神i 2021-01-25 18:42

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 projec

1条回答
  •  春和景丽
    2021-01-25 19:31

    I was facing the same issue. you need to use following input

    [runOutsideAngular]="true"
    

    so it will be

    
    
    

    0 讨论(0)
提交回复
热议问题