Skip to content

Commit

Permalink
fix(desktop): update tree options params
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Red-Asuka committed Oct 22, 2024
1 parent 593ce98 commit ace742a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/charts/Tree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default class TreeChartComponent extends Vue {
public updateChart() {
if (this.chart) {
const option = this.generateChartOption()
this.chart.setOption(option, { notMerge: true })
this.chart.setOption(option)
}
}
Expand Down

0 comments on commit ace742a

Please sign in to comment.