Skip to content

Slash Escaping (and exporting options features) #12

Description

@kb6673

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions