mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 23:10:06 +00:00
增加折线图和柱形图的tooltip
This commit is contained in:
@@ -44,9 +44,9 @@ namespace xcharts
|
||||
base.Update();
|
||||
}
|
||||
|
||||
protected override void OnPopulateMesh(VertexHelper vh)
|
||||
protected override void DrawChart(VertexHelper vh)
|
||||
{
|
||||
base.OnPopulateMesh(vh);
|
||||
base.DrawChart(vh);
|
||||
UpdatePieCenter();
|
||||
float totalDegree = 360;
|
||||
float startDegree = 0;
|
||||
|
||||
Reference in New Issue
Block a user