mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-26 10:50:08 +00:00
增加Legend的Positions可自定义图例的位置
This commit is contained in:
@@ -820,6 +820,7 @@ Legend component.The legend component shows different sets of tags, colors, and
|
||||
|colors|||the colors of legend item.
|
||||
|background||v3.1.0|the sytle of background. [ImageStyle](#imagestyle)|
|
||||
|padding||v3.1.0|the paddinng of item and background. [Padding](#padding)|
|
||||
|positions||v3.6.0|the custom positions of legend item.
|
||||
|
||||
## LegendTheme
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 31
|
||||
sidebar_position: 41
|
||||
slug: /api
|
||||
---
|
||||
|
||||
|
||||
@@ -65,6 +65,7 @@ slug: /changelog
|
||||
|
||||
## master
|
||||
|
||||
* (2023.03.04) 增加`Legend`的`Positions`可自定义图例的位置
|
||||
* (2023.03.03) 修复`Animation`变更动画可能无效的问题
|
||||
* (2023.02.28) 修复`Legend`点击时`Serie`的`Label`不刷新的问题
|
||||
* (2023.02.26) 增加`DataZoom`的`startEndFunction`委托
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
sidebar_position: 21
|
||||
sidebar_position: 31
|
||||
slug: /configuration
|
||||
---
|
||||
|
||||
@@ -820,6 +820,7 @@ Inherits or Implemented: [MainComponent](#maincomponent),[IPropertyChanged](#ipr
|
||||
|colors|||图例标记的颜色列表。
|
||||
|background||v3.1.0|背景图样式。 [ImageStyle](#imagestyle)|
|
||||
|padding||v3.1.0|图例标记和背景的间距。 [Padding](#padding)|
|
||||
|positions||v3.6.0|图例标记的自定义位置列表。
|
||||
|
||||
## LegendTheme
|
||||
|
||||
|
||||
Reference in New Issue
Block a user