mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-26 02:40:13 +00:00
修复Legend点击时Serie的Label不刷新的问题
This commit is contained in:
@@ -385,6 +385,7 @@ namespace XCharts.Runtime
|
||||
var isIgnore = serie.IsIgnoreIndex(serieData.index, defaultDimension);
|
||||
if (serie.show &&
|
||||
currLabel != null &&
|
||||
currLabel.show &&
|
||||
serieData.context.canShowLabel &&
|
||||
!isIgnore)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user