Pie Charts not rendering
-
Hello. I have a problem where pie charts are not rendering on the dashboard. They do not render even in the examples, play area, or live dashboard. The pie chart object appears to be present, as I can see the drop down icon (download, save as, etc), but the chart itself is a blank white space.
I've used enough different examples from the tutorial and forums to think there must be something wrong with the rendering.
All other chart types appear to display fine.
-
Can you fire up the console in your web browser and see if it's throwing any errors? Could be a dependency or an issue with the values it's given. I've found that amcharts can be quite temperamental if not fed with the correct settings/data.
Copy and paste into a code box or upload a screenshot. Should enable someone here to deduce what's going on. -
Hi fishfacs, welcome to the forum!
I agree with Fox, but would add that you should check to ensure you are using the latest MangoUI and MangoAPI modules.
-
Most likely a bug that I fixed in the latest UI module. It would be spitting out errors in the browser console if this is the case.
-
Hello.
Thanks for all the feedback. Sorry for the slow reply as I was forced to get sidetracked for a bit.
I did open the web console and loaded a pie chart. It spat out a JS error, which I didn't record. I think its moot now anyway, as it sounds like this was an known issue that was corrected in the last update.
I checked for updates as advised above. There was one for mangoUI (6.4.0 to 6.4.2). This corrected the pie chart rendering, along with a few other issues.
Cheers