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
When I try to group data by weekday or month (or any timeUnit) and use "extent": "min-max", whiskers are displayed, but when using the default 1.5 IQR, no whiskers are drawn. If I switch to ordinal or nominal types, detached whiskers are drawn in a new column. This seems to be related to issue #4524
When I try to group data by weekday or month (or any
timeUnit
) and use"extent": "min-max"
, whiskers are displayed, but when using the default 1.5 IQR, no whiskers are drawn. If I switch toordinal
ornominal
types, detached whiskers are drawn in a new column. This seems to be related to issue #4524The text was updated successfully, but these errors were encountered: