Skip to content

Commit ace742a

Browse files
ysfscreamRed-Asuka
authored andcommitted
fix(desktop): update tree options params
1 parent 593ce98 commit ace742a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/charts/Tree.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default class TreeChartComponent extends Vue {
112112
public updateChart() {
113113
if (this.chart) {
114114
const option = this.generateChartOption()
115-
this.chart.setOption(option, { notMerge: true })
115+
this.chart.setOption(option)
116116
}
117117
}
118118

0 commit comments

Comments
 (0)