[Vis Colors] Replace color maps with explicit OUI color palettes #4400
Labels
next-theme
OUI compliance
Issues and PRs to maximize OUI usage and remove style and component hacks
unified visualization UX
#4293 (comment)
The color palettes used in color maps could be refactored to generate the palette on demand, rather than having a static palette and choosing specific colors off of it. Most likely, the best way to do this would be to make the color maps contain a function with 1 argument, the size of the palette, and return the palette of correct size. I.e. something like
The text was updated successfully, but these errors were encountered: