amcharts / export

Apache License 2.0
56 stars 33 forks source link

Not showing icon #45

Closed samiraguiar closed 8 years ago

samiraguiar commented 8 years ago

For some reason the plugin is failing to show the main icon. It shows only the button: image

It tries to load the url http://localhost:80/assets/global/plugins/amcharts3/amcharts/plugins/export/data:image/svg+xml;charset=utf8,<svg xmlns="http:/www.w3.org/2000/svg" xmlns:xlink="http:/www.w3.org/1999/xlink" width="11px" height="14px"><path d="M3,0 L8,0 L8,5 L11,5 L5.5,10 L0,5 L3,5 L03,0" fill="#888"/><rect x="0" y="12" fill="#888" width="11" height="2"/></svg>.

I've set the AmCharts path, the shapes are loaded correctly and I can add them to the graphs. Is there any configuration I'm missing?

martynasma commented 8 years ago

Do you mean you are setting path parameter of the chart? If that is so, could you please try commenting it out.

If that doesn't help, please do share your whole chart config so that we can test.

Thank you.

samiraguiar commented 8 years ago

Sorry @martynasma, I'm closing this since I'm out of time to dig it further. But as soon as I get back to this I'll reopen the PR. Thanks for the reply.