Closed zachstence closed 2 weeks ago
Latest commit: 9bd8a8a29128af2f495f0ea71fa3f2733169dbd0
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
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.