mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 04:20:09 +00:00
[optimize][axis] support auto float min-max range
This commit is contained in:
@@ -11,7 +11,7 @@ namespace XCharts.Example
|
||||
{
|
||||
public int maxCacheDataNumber = 100;
|
||||
public float initDataTime = 2;
|
||||
public bool insertDataToHead = true;
|
||||
public bool insertDataToHead = false;
|
||||
|
||||
private BaseChart chart;
|
||||
private float updateTime;
|
||||
|
||||
Reference in New Issue
Block a user