Replies: 2 comments
-
@texodus can you help with this ? how can we define color for specific value ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Perspective does not support this currently. You can define a new theme if you want to change the default color palette. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
When working with a string column in Perspective, I want to use the Color: Series functionality in Perspective but specify a color scheme dependent on the values within my string column.
For example, I know that the values of my string column can take on either
"Apple"
or"Orange"
. I want to ensure that"Apple"
is always red and"Orange"
is always orange. Every time I restart my program, it seems like Perspective chooses a new coloring scheme for"Apple"
and"Orange"
(the number of rows of each do change each time which may be related).Is pre-defining some color mapping for certain string values possible in Perspective?
This is the column style I am talking about:

Beta Was this translation helpful? Give feedback.
All reactions