You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm checking Muze to integrate it with cube js REST API and it looks awesome so far.
The only thing I can't figure out is how to create charts stacked or grouped by more than 1 dimension or measure. All the examples I have seen so far group or stack by one single property (color)
This is a very important use case for us. For example:
measure 1: water from rain
measure 2: water from sea
We would like to display a bar that stacks both measures and total is the sum of both.
Hi guys,
I'm checking Muze to integrate it with cube js REST API and it looks awesome so far.
The only thing I can't figure out is how to create charts stacked or grouped by more than 1 dimension or measure. All the examples I have seen so far group or stack by one single property (color)
This is a very important use case for us. For example:
measure 1: water from rain
measure 2: water from sea
We would like to display a bar that stacks both measures and total is the sum of both.
Is this possible?
Thanks