mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(plugin/echarts): correct enum values for LABEL_POSITION map (#30509)
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -53,8 +53,8 @@ export const LABEL_POSITION: [LabelPositionEnum, string][] = [
|
||||
[LabelPositionEnum.Right, 'Right'],
|
||||
[LabelPositionEnum.Bottom, 'Bottom'],
|
||||
[LabelPositionEnum.Inside, 'Inside'],
|
||||
[LabelPositionEnum.InsideBottomLeft, 'Inside left'],
|
||||
[LabelPositionEnum.InsideBottomRight, 'Inside right'],
|
||||
[LabelPositionEnum.InsideLeft, 'Inside left'],
|
||||
[LabelPositionEnum.InsideRight, 'Inside right'],
|
||||
[LabelPositionEnum.InsideTop, 'Inside top'],
|
||||
[LabelPositionEnum.InsideBottom, 'Inside bottom'],
|
||||
[LabelPositionEnum.InsideTopLeft, 'Inside top left'],
|
||||
|
||||
Reference in New Issue
Block a user