Ignoring Traces with Zero values and Null Values in Stacked Bargraph

Hello, I am new to plotly.Js , I am currently building a website that reads Excel reports and plots the graph based on the data available in excel report. Some values are missing in the excel and some are Zero. I want to ignore traces that will be Stacked in the graph plot. Can anybody help me with this issue.

Hello @Sumukha,

Welcome to the community!

I believe thatโ€™d you have to drop these points from the data by filtering before pass to the chart.

I donโ€™t think there is an option to drop nulls innately.