-
Support QuestionHello, how can I specify in the PerspectiveWidget constructor call that I want to use a gradient (or bar) view scheme for certain columns? |
Beta Was this translation helpful? Give feedback.
Answered by
timkpaine
Jun 21, 2022
Replies: 1 comment
-
Gradient: Bar |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timkpaine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gradient:
plugin_config={'columns': {'YOUR COLUMN NAME': {'gradient': MAX VALUE FOR GRADIENT, 'number_color_mode': 'gradient'}}}
Bar
plugin_config={'columns': {'YOUR COLUMN NAME': {'gradient': MAX VALUE FOR GRADIENT, 'number_color_mode': 'bar'}}}