cakephp-highcharts
cakephp-highcharts copied to clipboard
Slash Escaping (and exporting options features)
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