3.0 commit

This commit is contained in:
monitor1394
2021-11-23 13:20:07 +08:00
parent d87e0f8267
commit 1b3fa7fb43
796 changed files with 410878 additions and 1656601 deletions

View File

@@ -77,8 +77,8 @@ namespace XChartsDemo
void AddOneData()
{
lineChart.title.text = initCount + "数据";
barChart.title.text = initCount + "数据";
lineChart.GetChartComponent<Title>().text = initCount + "数据";
barChart.GetChartComponent<Title>().text = initCount + "数据";
timeNow = timeNow.AddSeconds(1);
string category = timeNow.ToString("hh:mm:ss");
float xvalue = Mathf.PI / 180 * initCount;