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 am using a typed array as the groups variable to a Group By transform.
This works as intended, except for the label text disappearing if the target value is 0.
Other target values work fine.
I am using a typed array as the
groups
variable to a Group By transform.This works as intended, except for the label text disappearing if the target value is
0
.Other target values work fine.
See example, where the
0
target has an empty trace name:https://codepen.io/tboerstad/pen/NWPOMde
I'm not aware if there is anyway to specify the trace name when using typed arrays, if it is, it would
be possible to use that as a work around.
The text was updated successfully, but these errors were encountered: