mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 09:20:08 +00:00
增加IconStyle子组件,优化SerieData的图标配置
This commit is contained in:
@@ -1325,7 +1325,7 @@ namespace XCharts
|
||||
for (int j = 0; j < serie.data.Count; j++)
|
||||
{
|
||||
var serieData = serie.data[j];
|
||||
if (serie.label.show || serieData.showIcon)
|
||||
if (serie.label.show || serieData.iconStyle.show)
|
||||
{
|
||||
var pos = serie.dataPoints[j];
|
||||
var value = serieData.data[1];
|
||||
|
||||
Reference in New Issue
Block a user