Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 55881c6

Browse filesBrowse files
committed
do not prune customdata and ids
1 parent 397870b commit 55881c6
Copy full SHA for 55881c6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/plots/plots.js

Copy file name to clipboardExpand all lines: src/plots/plots.js
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.