Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7183ba0

Browse files
committed
Fix finance charts test
1 parent 9bd0e94 commit 7183ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function plotOne(gd, plotinfo, cdSubplot, transitionOpts, makeOnCompleteCallback
137137
}
138138
}
139139

140-
_module.plot(gd, plotinfo, cdModule, transitionOpts, makeOnCompleteCallback);
140+
if (_module.plot) _module.plot(gd, plotinfo, cdModule, transitionOpts, makeOnCompleteCallback);
141141
}
142142
}
143143

0 commit comments

Comments
 (0)