Skip to content
Advertisement

Pie Chart Not Popping Up HighCharts

I am trying to make a pie chart that shows that rating of a python course. However every time I try to run it, the pie chart doesn’t pop up, only the title. I am using HighCharts to create the pie chart and it is also supposed to be interactive. This is what I am using to create the pie chart. I also don’t get any error message. Please help me.

https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/pie-basic

This is my code down below:

JavaScript

Advertisement

Answer

I had the same problem.

I fixed it by removing (or commenting out) the 2 code lines below, which set the “plotBackgroundColor” and “plotBorderWidth” properties to null:

JavaScript

(…)

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement