mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 09:50:15 +00:00
增加AxisLabel和SerieLabel的formatter可单独配置数值格式化#68
This commit is contained in:
@@ -205,7 +205,6 @@ namespace XCharts
|
||||
if (fadeInFinishCallback != null)
|
||||
{
|
||||
fadeInFinishCallback();
|
||||
fadeInFinishCallback = null;
|
||||
}
|
||||
}
|
||||
if (m_FadeOut)
|
||||
@@ -215,7 +214,6 @@ namespace XCharts
|
||||
if (fadeOutFinishCallback != null)
|
||||
{
|
||||
fadeOutFinishCallback();
|
||||
fadeOutFinishCallback = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user