mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: pie chart orientation description error (#21514)
Co-authored-by: Stephen Liu <750188453@qq.com>
This commit is contained in:
@@ -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),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user