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 482f627 commit 776ceaeCopy full SHA for 776ceae
src/plugins/ExecuteJob/metadata/Figure.js
@@ -74,8 +74,8 @@ define([
74
addAxesScatterPoints (parent, job, axes) {
75
axes.scatterPoints.forEach(scatterPoint => {
76
const scatterPointsNode = this.core.createNode({
77
- parent: parent,
78
- base: this.META.ScatterPoints,
+ parent: parent,
+ base: this.META.ScatterPoints,
79
});
80
this.core.setAttribute(scatterPointsNode, 'color', scatterPoint.color);
81
this.core.setAttribute(scatterPointsNode, 'label', scatterPoint.label);
0 commit comments