src/menu/components/chart/antv-G6/index.jsx
@@ -1137,7 +1137,7 @@ const { card } = this.state if (card.plot.subtype === 'mindmap') { this.ponitrender() this.mindrender() } else if (card.plot.subtype === 'indentTree') { this.indentrender() } else if (card.plot.subtype === 'kapmap') { @@ -1270,9 +1270,9 @@ } /** * @description 散点图 * @description 思维导图 */ ponitrender = () => { mindrender = () => { const { card } = this.state const plot = card.plot const data = this.getdata()