fix(plugin/echarts): correct enum values for LABEL_POSITION map (#30509)
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
parent
4dfee727e8
commit
989744aba2
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue