fix: pie chart orientation description error (#21514)

Co-authored-by: Stephen Liu <750188453@qq.com>
This commit is contained in:
LiuBodong 2022-09-21 21:44:29 +08:00 committed by GitHub
parent 4d12e3709e
commit c66205feac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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),
},