Stacked area chart with 0 values

Hi all,

I have a strange visualization of MySQL data below with Metabase v0.41.6, maybe a bug :
-- Top values are displayed => OK, and I need to keep them
-- A bottom 0 value is displayed => Can I disable that ? (red arrows)
-- Intermediate stack values are not displayed => Can I display them ? (blue arrows)

Params : area chart // stack enabled

values
    row ('2022-W01', 'Product 1', 123),
    row ('2022-W01', 'Product 2', 59),
    row ('2022-W02', 'Product 1', 145),
    row ('2022-W02', 'Product 2', 49),
    row ('2022-W03', 'Product 1', 150),
    row ('2022-W03', 'Product 2', 52),
    row ('2022-W04', 'Product 1', 130),
    row ('2022-W04', 'Product 2', 59)
;

Thx :slight_smile:

Hi @sfa
You're seeing this issue:
https://github.com/metabase/metabase/issues/19485 - upvote by clicking :+1: on the first post

I upvote


and

Thx @flamber