整理显示10000数据的demo

This commit is contained in:
monitor1394
2019-08-04 23:39:50 +08:00
parent 5330448373
commit 37dcbaf05c
3 changed files with 12919 additions and 4491 deletions

View File

@@ -81,7 +81,6 @@ namespace XCharts
/// <param name="height">height</param>
public virtual void SetSize(float width, float height)
{
Debug.LogError("setsize:" + m_CheckWidth + "," + m_CheckHeight + "," + width + height);
m_ChartWidth = width;
m_ChartHeight = height;
m_CheckWidth = width;