We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Please close this issue as it been fixed in v0.3.0 release
Sorry, something went wrong.
No branches or pull requests
When defining my own
![image](https://user-images.githubusercontent.com/23310742/112483606-79442380-8d79-11eb-8b6c-eea60d0d14af.png)
colors
array here: ...... and then when trying to export JSON to a file here: ...
![image](https://user-images.githubusercontent.com/23310742/112483706-9547c500-8d79-11eb-80da-8b2535b614ca.png)
... 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
The text was updated successfully, but these errors were encountered: