Skip to content

JSON import with colors array isn't working #217

@raf18seb

Description

@raf18seb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions