You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I set the data is like below:
let data =[ {
type: "bar",
x: ['A', 'b', 'c'],
y: [null, 0, 1],
text: ['NAN', '0', '1'],
textposition: "outside",
cliponaxis: false,
}]
when it render, it doesn't show text when the value of y is null or zero.