Metric value 0 breaking change (since upgrade to version 7.13)

Hello, since upgrading to version 7.13, Metric visualizations with value of 0 look like this:

image

where before upgrade Metric visualizations showed 0.
Is there any solution to this? we want to show the value 0 and not dash.

Thanks

Hey, we made a change on 7.13 and the null series now are depicted with dash instead of 0. Here is the PR that made this change for more info https://github.com/elastic/kibana/pull/90861
I assume that you have null series, this is the reason that you see the dash

How can I have a null series if I'm using count aggregation? (and there is data)

Can you apply some screenshots?

I see, yes for Count it should be zero. I have created this issue and we will try to solve it soonish

Thank you for that!