cakephp-highcharts icon indicating copy to clipboard operation
cakephp-highcharts copied to clipboard

Slash Escaping (and exporting options features)

Open kb6673 opened this issue 12 years ago • 0 comments

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" }

  • [ ] Check and merge my pull
  • [ ] Include exporting-server in your HighCharts or provide a way of specifying a path to an existing HighCharts folder
  • [ ] Sort slash escaping

kb6673 avatar Nov 05 '13 14:11 kb6673