mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 18:00:26 +00:00
增加折线图和柱形图的tooltip
This commit is contained in:
2
Demo.cs
2
Demo.cs
@@ -13,7 +13,7 @@ public class Demo : MonoBehaviour
|
||||
|
||||
void Awake()
|
||||
{
|
||||
lineChart = transform.Find("xchart/line_chart").GetComponent<LineChart>();
|
||||
//lineChart = transform.Find("xchart/line_chart").GetComponent<LineChart>();
|
||||
|
||||
var xchart = transform.Find("xchart");
|
||||
GridLayoutGroup grid = xchart.GetComponent<GridLayoutGroup>();
|
||||
|
||||
Reference in New Issue
Block a user