Closed jidesakin closed 6 years ago
The charts work well on Chrome browser. I just discovered that the pie charts are black on Safari and Firefox. The column charts display well across other browsers.
Hi @jidesakin please use the following code snippet before rendering any chart in Safari:
FusionCharts.options.SVGDefinitionURL='absolute';
The charts work well on Chrome browser. I just discovered that the pie charts are black on Safari and Firefox. The column charts display well across other browsers.