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 cda735b commit ce27e10Copy full SHA for ce27e10
tasks/test_syntax.js
@@ -177,7 +177,7 @@ function assertCircularDeps() {
177
var logs = [];
178
179
// see https://github.com/plotly/plotly.js/milestone/9
180
- var MAX_ALLOWED_CIRCULAR_DEPS = 12;
+ var MAX_ALLOWED_CIRCULAR_DEPS = 17;
181
182
if(circularDeps.length > MAX_ALLOWED_CIRCULAR_DEPS) {
183
console.log(circularDeps.join('\n'));
0 commit comments