mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 18:30:14 +00:00
3.0 commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user