Assign Independent Axis for different groups of Y-axis fields in the same layer #9689
VikrantRamesh
started this conversation in
General
Replies: 1 comment 1 reply
-
|
You could try to use a long/tidy format for the first two fields and then map the field to color. Or put a layer inside layer with the inner one having a shared axis. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build something like this: Grouped Shared Axis Example
I want to assign an independent Y-axis to just a specific group of Y-axis fields in the same layer. But I cannot seem to make specific fields to "share" an axis, while the others fields are in an "independent" axis.
Here is an example of what I want to do:
Here is what I tried:
Tried to assign same axis styling to Field 1 and Field 3 and see if they are grouped into the same axis, but they are in separate independent axis that is overlapping: Vegalite Editor
My Expectation
In the above example, I want
daily_total_login, daily_dashboard_viewsshould share Axis, whiledaily_active_usershould have an independent Axis.Beta Was this translation helpful? Give feedback.
All reactions