How to hide axis selector from the user? #113
-
Is it possible to hide the axis selector from the user? I tried this on the manifest for my dataViewDefinition.axes:
|
Beta Was this translation helpful? Give feedback.
Answered by
objerke
May 3, 2023
Replies: 1 comment
-
Hi @jleviaguirre, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jleviaguirre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @jleviaguirre,
By setting the
"legendItem": {"defaultVisibility": "hidden"}
item the axis will not be shown when creating a new instance of the mod. This hides the axis from the user but it will still be accessible via the properties dialog. There is currently no way to completely hide an axis. If that is what you want I suggest you add an idea in the Idea portal.