Highcharts not showing colors in charts
Hi I have a couple of charts showing up in my app. I am using Angular-Highcharts package and for some reason the colors dont show up properly in my chart.
I inspected using chrome dev tools and it shows that the fill is transparent.
I also have a sunburst chart implemented and it works just fine.
I even tried the demo code form here but its still the same with the demo code.
I kinda get a feel its got to do with the compiler.
Anyone experienced this and fixed this? Please advice.
This is a screenshot of the demo code on my machine.
I did it in Stackblitz and it works fine. The same code is running on my local machine as well as on my server.
Have you forked and saved the stackblitz? I only see the default template.
So, to recap your issue: You want to use the Highcharts.theme property to overwrite the colors of you chart, right?
In your stackblitz and live version it's working, but not on your local machine?
It shows me errors when I try to use Highcharts.theme
When you bring up a working StackBlitz i can dig into this.
Sure. But in stackblitz it worked fine. I wonder its gotta do with some styles as I have a lot of charts in a page.
If I imported highcharts css into styles.cas file, tjings work well but sunburst doesnt look good.

