From c66205feac118a444e30cd6b6cb48d2c2e3d6411 Mon Sep 17 00:00:00 2001 From: LiuBodong Date: Wed, 21 Sep 2022 21:44:29 +0800 Subject: [PATCH] fix: pie chart orientation description error (#21514) Co-authored-by: Stephen Liu <750188453@qq.com> --- superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx b/superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx index 38eee33e7459..f6e811343900 100644 --- a/superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx +++ b/superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx @@ -87,7 +87,7 @@ const legendOrientationControl: ControlSetItem = { ], default: legendOrientation, renderTrigger: true, - description: t('Legend type'), + description: t('Legend Orientation'), visibility: ({ controls }: ControlPanelsContainerProps) => Boolean(controls?.show_legend?.value), },