-
Feature RequestDescription of Problem:Would like to specify cosmetic settings for PerspectiveWidget. For example: control which y-axis to use, float formatting, collapsed pivot level. |
Beta Was this translation helpful? Give feedback.
Answered by
timkpaine
Jun 21, 2022
Replies: 2 comments 1 reply
-
This is doable via the Y Axis: Float config: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
timkpaine
-
You can also inspect the config object of any |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is doable via the
plugin_config
attribute:Y Axis:
{'splitMainValues': ['Category']}
Float config:
{'columns': {'YOUR COLUMN': {'fixed': NUMBER OF DECIMAL PLACES}}}