Skip to content

Commit

Permalink
fix: pie chart orientation description error (#21514)
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Liu <750188453@qq.com>
  • Loading branch information
LiuBodong and stephenLYZ committed Sep 21, 2022
1 parent 4d12e37 commit c66205f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
},
Expand Down

0 comments on commit c66205f

Please sign in to comment.