mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 18:30:14 +00:00
修复RadarChart为Circle时不绘制SplitArea的问题
This commit is contained in:
@@ -603,7 +603,7 @@ namespace XCharts
|
|||||||
if (radar.splitArea.show)
|
if (radar.splitArea.show)
|
||||||
{
|
{
|
||||||
ChartDrawer.DrawDoughnut(vh, p, insideRadius, outsideRadius, color, Color.clear,
|
ChartDrawer.DrawDoughnut(vh, p, insideRadius, outsideRadius, color, Color.clear,
|
||||||
m_Settings.cicleSmoothness, 0, 360);
|
0, 360, m_Settings.cicleSmoothness);
|
||||||
}
|
}
|
||||||
if (radar.splitLine.show)
|
if (radar.splitLine.show)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user