I working on some a few combined charts where I’m combining two questions in one chart and using the same time series. One question has a monthly sum aggregation. The other has a cumulative.
I want to render the cumulative as the line and the monthly sum as the bars. Yet I can not manage to swap those visualization to datasource.
For context, I had this working well before the release of Metabase v55. When we deployed v55 (we are self hosted) it messed some charts up as some combined questions where no longer compatible to be combined together. Now trying to fix those visualisations.
Yet, when combine those two questions together in one dashboard card, suddenly the visualisation are switched. Cumulative is represented as bars and sum is represented as line.