fusioncharts / angularjs-fusioncharts

AngularJS Directive for FusionCharts JavaScript Charting Library (for Angular 1.x)
https://fusioncharts.github.io/angularjs-fusioncharts/
MIT License
111 stars 101 forks source link

Pie charts are black on Safari and Firefox #42

Closed jidesakin closed 6 years ago

jidesakin commented 7 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.

screen shot 2017-04-20 at 11 41 50
rousan commented 6 years ago

Hi @jidesakin please use the following code snippet before rendering any chart in Safari:

FusionCharts.options.SVGDefinitionURL='absolute';