diff --git a/src/components/desktop/AccountAndCategorySankeyChart.vue b/src/components/desktop/AccountAndCategorySankeyChart.vue index 4c9d1426..68f93d45 100644 --- a/src/components/desktop/AccountAndCategorySankeyChart.vue +++ b/src/components/desktop/AccountAndCategorySankeyChart.vue @@ -315,6 +315,7 @@ const chartOptions = computed(() => { left: 10, top: 10, bottom: 10, + roam: true, label: { formatter: (params: CallbackDataParams) => { const dataItem = params.data as SankeyChartNodeItem;