-
Notifications
You must be signed in to change notification settings - Fork 224
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
[Themes] Implement colorPalettes
and colorScales
config
#2729
[Themes] Implement colorPalettes
and colorScales
config
#2729
Conversation
|
e0dea9e
to
e87c0d6
Compare
f174ef5
to
b880beb
Compare
e87c0d6
to
42c5be4
Compare
…g_color-palettes-and-scales
b880beb
to
cf64867
Compare
colorPalettes
and colorScales
configcolorPalettes
and colorScales
config
…g_color-palettes-and-scales
…g_color-palettes-and-scales
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changeset?
Going into a feature branch so no need for a changeset here. Will have appropriate changesets on the final merge into next. |
This PR implements the
colorPalettes
andcolorScales
themes config.It also replaces
chartColours
andmapColours
with thedefault
color palette.There are plenty of other places where we should use palettes and scales from config (e.g.
DataTable
), but I'm going to tackle those in a separate PR.