I'm working on adding some extra features for exporting charts.
I'm setting an URL like http://foo.com/app/webroot/highcharts.com-master/exporting-server/php/php-batik/index.php
Dumping the JS on the page I see http:\/\/foo.com\/app\/webroot\/highcharts.com-master\/exporting-server\/php\/php-batik\/index.php and image\\png
Where are you escaping the slashes?
Extra params are mainly for exporting
"exporting": { "enabled": true, "type": "image\\png", "filename": "test-js-chart.png", "url": "http:\/\/foo.com\/app\/webroot\/highcharts.com-master\/exporting-server\/php\/php-batik\/index.php" }
I'm working on adding some extra features for exporting charts.
I'm setting an URL like
http://foo.com/app/webroot/highcharts.com-master/exporting-server/php/php-batik/index.phpDumping the JS on the page I see
http:\/\/foo.com\/app\/webroot\/highcharts.com-master\/exporting-server\/php\/php-batik\/index.phpandimage\\pngWhere are you escaping the slashes?
Extra params are mainly for exporting
"exporting": { "enabled": true, "type": "image\\png", "filename": "test-js-chart.png", "url": "http:\/\/foo.com\/app\/webroot\/highcharts.com-master\/exporting-server\/php\/php-batik\/index.php" }