We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4398bd7 commit 808e35bCopy full SHA for 808e35b
src/plots/plots.js
@@ -683,6 +683,8 @@ plots.clearExpandedTraceDefaultColors = function(expandedTraces) {
683
colorAttrs = [];
684
path = [];
685
686
+ if (!trace || !trace._module) continue;
687
+
688
PlotSchema.crawl(trace._module.attributes, locateExpandedTraceAttrs);
689
690
for(j = 0; j < colorAttrs.length; j++) {
0 commit comments