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
Defining EXTRA_SEQUENTIAL_COLOR_SCHEMES results in broken color dropdown.
EXTRA_SEQUENTIAL_COLOR_SCHEMES =[ { "id": 'mySequentialScheme', "description": 'myDescription', "label": 'myLabel', "isDiverging": False, "colors": ['#dfdeeb', '#cac8dd', '#b5b2d0', '#a09dc2', '#8d8ab6', '#7c79ab', '#6b69a0', '#5a5995', '#464889', '#2e367b'] } ]
The defined extra colors should appear as a dropdown item.
An unexpected error occures.
n.a.
Make sure to follow these steps before submitting your issue - thank you!
Seems to have been introduced by refactorings of setupColors.ts
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Defining EXTRA_SEQUENTIAL_COLOR_SCHEMES results in broken color dropdown.
How to reproduce the bug
Expected results
The defined extra colors should appear as a dropdown item.
Actual results
An unexpected error occures.
Screenshots
Environment
n.a.
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Seems to have been introduced by refactorings of setupColors.ts
The text was updated successfully, but these errors were encountered: