mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-27 19:50:10 +00:00
增加Animation的Interaction交互动画配置支持
This commit is contained in:
@@ -673,7 +673,7 @@ namespace XCharts.Runtime
|
||||
}
|
||||
}
|
||||
|
||||
public static float GetSysmbolSize(Serie serie, SerieData serieData, ThemeStyle theme, float defaultSize, SerieState state = SerieState.Auto)
|
||||
public static float GetSysmbolSize(Serie serie, SerieData serieData, float defaultSize, SerieState state = SerieState.Auto)
|
||||
{
|
||||
if (serie == null) return defaultSize;
|
||||
if (state == SerieState.Auto)
|
||||
|
||||
Reference in New Issue
Block a user