mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 12:08:46 +00:00
增加MarkLine的onTop设置是否显示在最上层
This commit is contained in:
@@ -1487,6 +1487,7 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
|
||||
|--|--|--|--|
|
||||
|show|true||是否显示标线。
|
||||
|serieIndex|0||标线影响的Serie索引。
|
||||
|onTop|true|v3.8.2|是否在最上层。
|
||||
|animation|||标线的动画样式。 [AnimationStyle](#animationstyle)|
|
||||
|data|||标线的数据列表。当数据项的group为0时,每个数据项表示一条标线;当group不为0时,相同group的两个数据项分别表 示标线的起始点和终止点来组成一条标线,此时标线的相关样式参数取起始点的参数。
|
||||
|
||||
@@ -1498,6 +1499,8 @@ Drawing grid in rectangular coordinate. Line chart, bar chart, and scatter chart
|
||||
|
||||
> XCharts.Runtime.MarkLineData : [ChildComponent](#childcomponent)
|
||||
|
||||
> 从 `v3.8.2` 开始支持
|
||||
|
||||
图表标线的数据。
|
||||
|
||||
```mdx-code-block
|
||||
|
||||
Reference in New Issue
Block a user