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.
2 parents 9003873 + 1fe657d commit aad95b3Copy full SHA for aad95b3
src/chart/custom/CustomView.ts
@@ -369,9 +369,6 @@ function createEl(elOption: CustomElementOption): Element {
369
}
370
const Clz = graphicUtil.getShapeClass(path.type);
371
if (!Clz) {
372
- if (typeof path.buildPath === 'function') {
373
- return path;
374
- }
375
let errMsg = '';
376
if (__DEV__) {
377
errMsg = 'graphic type "' + graphicType + '" can not be found.';
0 commit comments