Using css to customise highcharts in Ionic 4
问题 I am using ionic 4 with Highcharts. Everything is working perfectly apart from me not being able to customise the charts through my component's css. I've tried a couple of things but cannot get it to work. Is there anything I should be adding in the scss to make it be applied on the graph? A summary of the component: In my component.ts: import * as HighCharts from 'highcharts'; @Component({ styleUrls: ['./component.scss'], selector: 'my-component', templateUrl: 'component.html' }) In my