From 254fa3d5b65cd469de2728ac395553fe727a342e Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 8 Oct 2021 21:09:51 +0800 Subject: [PATCH] =?UTF-8?q?CN-141=20feat:=20=E6=A1=91=E5=9F=BA=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/charts/chart-options.js | 3 + src/views/charts/Chart.vue | 232 ++++++++++++++++++++++++- 2 files changed, 234 insertions(+), 1 deletion(-) diff --git a/src/components/charts/chart-options.js b/src/components/charts/chart-options.js index 6c14e628..3ff23a66 100644 --- a/src/components/charts/chart-options.js +++ b/src/components/charts/chart-options.js @@ -404,6 +404,9 @@ const sankey = { type: 'sankey', data: [], links: [], + right: '5%', + top: 50, + bottom: 100, levels: [ { depth: 0, diff --git a/src/views/charts/Chart.vue b/src/views/charts/Chart.vue index 2525388b..095b5e28 100644 --- a/src/views/charts/Chart.vue +++ b/src/views/charts/Chart.vue @@ -172,6 +172,14 @@ +