mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 09:20:08 +00:00
增加PolarChart的clockwise是否顺时针支持
This commit is contained in:
@@ -120,6 +120,7 @@ namespace XCharts
|
||||
else
|
||||
{
|
||||
value = (minValue + (maxValue - minValue) * index / (split - 1));
|
||||
if (!axis.clockwise && value != minValue) value = maxValue - value;
|
||||
}
|
||||
if (axis.inverse)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user