Dash Graph Hover (remove 0 values)

I’ve created a stacked bar chart in a Dash app. There are around 20 different variables. When hovering on a single bar, it shows me the values of all the different variables, most of which are 0. I would like to only see the non-zero variables. Is there a way to do this?