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 1b65938 commit 0da832eCopy full SHA for 0da832e
src/plot_api/helpers.js
@@ -13,6 +13,8 @@ var cleanId = AxisIds.cleanId;
13
var getFromTrace = AxisIds.getFromTrace;
14
var traceIs = Registry.traceIs;
15
16
+const AX_LETTERS = ['x', 'y', 'z'];
17
+
18
// clear the promise queue if one of them got rejected
19
exports.clearPromiseQueue = function (gd) {
20
if (Array.isArray(gd._promises) && gd._promises.length > 0) {
@@ -475,7 +477,6 @@ exports.hasParent = function (aobj, attr) {
475
477
return false;
476
478
};
479
-const AX_LETTERS = ['x', 'y', 'z'];
480
/**
481
* Empty out types for all axes containing these traces so we auto-set them again
482
*
0 commit comments