Open raf18seb opened 3 years ago
When defining my own colors array here: ...
colors
... and then when trying to export JSON to a file here: ...
... the JSON file is corrupted (see the end of file: "colors":[")
"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": ["
The one that is currently (25.03.2021) online: http://editor.highcharts.com/full.html
Please close this issue as it been fixed in v0.3.0 release
When defining my own
colors
array here: ...... and then when trying to export JSON to a file here: ...
... the JSON file is corrupted (see the end of file:
"colors":["
)Editor version
The one that is currently (25.03.2021) online: http://editor.highcharts.com/full.html