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
where containerOut is fullData[i] for heatmap, but is fullData[i].marker for scatter and other marker colorscales. Colorbar templates propagate correctly (using Template.newContainer) from fullData[i], but not from marker containers. Adding
should be enough to fix this, but we should look for other situations where supply-defaults subroutines are called with trace sub-containers.
I'm not sure the above suggested fix was ever implemented.
Setting
colorbar
parameters doesn't appear to work inlayout.template.data.{trace_type}[i].{line|marker}
.Related: #3100 (comment), to quote @etpinard:
I'm not sure the above suggested fix was ever implemented.
This codepen demonstrates the issue with
ypad
:https://codepen.io/wbrgss/pen/NWPXEPG
I logged a separate issue related to #3100 in #4466
The text was updated successfully, but these errors were encountered: