mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 02:10:16 +00:00
[feature][polar] support heatmap in polar
This commit is contained in:
@@ -175,7 +175,7 @@ namespace XCharts.Runtime
|
||||
for (int n = 0; n < m_StackSerieData.Count - 1; n++)
|
||||
start += m_StackSerieData[n][i].context.stackHeight;
|
||||
}
|
||||
end = startAngle + m_AngleAxis.GetValueLength(angleValue, 360);
|
||||
end = start + m_AngleAxis.GetValueLength(angleValue, 360);
|
||||
serieData.context.stackHeight = end - start;
|
||||
inside = m_SeriePolar.context.insideRadius + categoryWidth * (float) radiusValue + gap;
|
||||
outside = inside + barWidth;
|
||||
|
||||
Reference in New Issue
Block a user