Skip to content

Commit 55881c6

Browse files
committed
do not prune customdata and ids
1 parent 397870b commit 55881c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/plots.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1172,8 +1172,8 @@ plots.supplyTraceDefaults = function(traceIn, traceOut, colorIndex, layout, trac
11721172
}
11731173

11741174
if(visible) {
1175-
coerceUnlessPruned('customdata');
1176-
coerceUnlessPruned('ids');
1175+
coerce('customdata');
1176+
coerce('ids');
11771177

11781178
if(Registry.traceIs(traceOut, 'showLegend')) {
11791179
traceOut._dfltShowLegend = true;

0 commit comments

Comments
 (0)