0

Does anybody knows if Highcharts exporting server at export.highcharts.com is currently supporting Highcharts 3.0beta? I'm trying to send my bubble charts to it and it fails, and displays a common error...

Thanks for answers!

icedwater
  • 4,701
  • 3
  • 35
  • 50
Iceman
  • 33
  • 3
  • Yes it is, take a look: http://jsfiddle.net/Fusher/g8JcL/64/ Make sure you have also latest exrpoting module. If this is not working, could you recreate issue on jsFiddle? – Paweł Fus Mar 15 '13 at 14:41

1 Answers1

0

A small test on jsFiddle with my own Highcharts config, and I find : Highcharts export server seems to be strict on which characters are sent to it. And I was sending it some... strange... characters ; replacing them fixed the problem.

Hope it will be useful to others, Thanks !

Iceman
  • 33
  • 3