Im trying to emulate in Vega lite the behaviour of power BI where if you add 2 data objects based along the same date, you're able to stack the data on top of each other.
I'm using Deneb in power BI, but it uses vega lite, so any vega lite solution should be fine.
i have a data set of counts before today and a dataset of counts after today. I want to combine them so that if before today and after today have data in the same month then they are stacked rather than overlaying each other.
I can't seem to find a solution that doesn't involve grouping the data into one object