Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON import with colors array isn't working #217

Open
raf18seb opened this issue Mar 25, 2021 · 1 comment
Open

JSON import with colors array isn't working #217

raf18seb opened this issue Mar 25, 2021 · 1 comment

Comments

@raf18seb
Copy link

When defining my own colors array here: ...
image

... and then when trying to export JSON to a file here: ...
image

... the JSON file is corrupted (see the end of file: "colors":[")

{
  "title": {
    "text": "MyChart"
  },
  "subtitle": {
    "text": "MyUntitledChart"
  },
  "exporting": {},
  "yAxis": {
    "title": {}
  },
  "series": [{
    "name": "Column2"
  }],
  "plotOptions": {
    "series": {
      "animation": false
    }
  },
  "data": {
    "csv": "\"Column1\";\"Column2\"\n0;5\n1;4\n2;7",
    "googleSpreadsheetKey": false,
    "googleSpreadsheetWorksheet": false
  },
  "chart": {},
  "colors": ["

Editor version

The one that is currently (25.03.2021) online: http://editor.highcharts.com/full.html

@ChandanChainani
Copy link

Please close this issue as it been fixed in v0.3.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants