mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 05:50:09 +00:00
修复SaveAsImage保存图片时不支持透明度的问题 (#337)
This commit is contained in:
@@ -21,9 +21,9 @@ namespace XCharts.Example
|
||||
}
|
||||
}
|
||||
|
||||
float SymbolSize(List<double> data)
|
||||
float SymbolSize(float defaultSize, SerieData serieData)
|
||||
{
|
||||
return (float) (Math.Sqrt(data[2]) / 6e2);
|
||||
return defaultSize;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user