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.