From 14e15a4bca62aaaadfb80d3973b02e193fb51651 Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 21 May 2024 17:47:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E6=A1=91=E5=9F=BA?= =?UTF-8?q?=E5=9B=BE=E9=AB=98=E7=BA=A7=E8=AE=BE=E7=BD=AE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/js/panel/charts/others/sankey-common.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/others/sankey-common.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/others/sankey-common.ts index 80d63ff2e9..90790b3fc3 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/others/sankey-common.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/others/sankey-common.ts @@ -4,7 +4,6 @@ export const SANKEY_EDITOR_PROPERTY: EditorProperty[] = [ 'label-selector', 'tooltip-selector', 'title-selector', - 'function-cfg', 'jump-set', 'linkage' ]