Skip to content

Commit 91ceff2

Browse files
committed
update mocks, fix attr bug
1 parent 657ec2e commit 91ceff2

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/plots/template_attributes.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,5 @@ exports.shapeTexttemplateAttrs = function(opts, extra) {
131131
descPart,
132132
].join(' ')
133133
};
134-
135-
if(opts.arrayOk !== false) {
136-
texttemplate.arrayOk = true;
137-
}
138134
return texttemplate;
139135
};
205 KB
Loading

test/image/mocks/zz-text_on_shapes_texttemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,4 @@
331331
"eraseshape"
332332
]
333333
}
334-
}
334+
}

0 commit comments

Comments
 (0)