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
The crash is happening here dereferencing data.length:
// Warn for the common pitfall of wanting to facet mapped data with the// top-level facet option.if(data.length>0&&(groups.size>1||(groups.size===1&&channels.fx&&channels.fy&&[...groups][0][1].size>1))&&arrayify(mark.data)?.length===data.length){warn(`Warning: the ${mark.ariaLabel} mark appears to use faceted data, but isn’t faceted. The mark data has the same length as the facet data and the mark facet option is "auto", but the mark data and facet data are distinct. If this mark should be faceted, set the mark facet option to true; otherwise, suppress this warning by setting the mark facet option to false.`);}
The text was updated successfully, but these errors were encountered:
This Plot previously rendered successfully in Plot 0.6.5, but now crashes with an error:
The crash is happening here dereferencing
data.length
:The text was updated successfully, but these errors were encountered: