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
I get extraneous items in my legend if I have less than three datasets. I have a codepen example that demonstrates it.
Codepen example
If you change line 61 to:
var data = [trace1,trace2,trace3,trace4,trace5];
then you will see that the legend has no extraneous entries. I have been wrestling with this for a while but I am stumped :(
The text was updated successfully, but these errors were encountered:
I get extraneous items in my legend if I have less than three datasets. I have a codepen example that demonstrates it.
Codepen example
If you change line 61 to:
var data = [trace1,trace2,trace3,trace4,trace5];
then you will see that the legend has no extraneous entries. I have been wrestling with this for a while but I am stumped :(
The text was updated successfully, but these errors were encountered: