mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 15:00:08 +00:00
优化代码
This commit is contained in:
@@ -674,7 +674,7 @@ namespace XCharts
|
||||
}
|
||||
}
|
||||
|
||||
public void Draw(VertexHelper vh)
|
||||
public void DrawBase(VertexHelper vh)
|
||||
{
|
||||
foreach (var visualMap in chart.visualMaps)
|
||||
{
|
||||
@@ -691,6 +691,10 @@ namespace XCharts
|
||||
}
|
||||
}
|
||||
|
||||
public void DrawTop(VertexHelper vh)
|
||||
{
|
||||
}
|
||||
|
||||
private void CheckVisualMap(VisualMap visualMap)
|
||||
{
|
||||
if (visualMap == null || !visualMap.enable || !visualMap.show) return;
|
||||
|
||||
Reference in New Issue
Block a user