mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 01:40:06 +00:00
增加Axis的ceilRate设置最大最小值的取整倍率
This commit is contained in:
@@ -269,7 +269,6 @@ namespace XCharts
|
||||
brRb = cornerRadius != null && cornerRadius.Length > 2 ? cornerRadius[2] : 0;
|
||||
brLb = cornerRadius != null && cornerRadius.Length > 3 ? cornerRadius[3] : 0;
|
||||
needRound = brLb != 0 || brRt != 0 || brRb != 0 || brLb != 0;
|
||||
var min = Mathf.Min(width, height);
|
||||
if (needRound)
|
||||
{
|
||||
if (brLt + brRt > width)
|
||||
|
||||
Reference in New Issue
Block a user