mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 21:00:11 +00:00
3.0 - polar chart
This commit is contained in:
@@ -4,11 +4,11 @@ using UnityEngine;
|
||||
namespace XCharts.Example
|
||||
{
|
||||
[DisallowMultipleComponent]
|
||||
//[ExecuteInEditMode]
|
||||
[ExecuteInEditMode]
|
||||
[RequireComponent(typeof(BaseChart))]
|
||||
public class Example_LargeData : MonoBehaviour
|
||||
{
|
||||
public int maxCacheDataNumber = 3000;
|
||||
public int maxCacheDataNumber = 1000;
|
||||
public float initDataTime = 5;
|
||||
|
||||
private BaseChart chart;
|
||||
|
||||
Reference in New Issue
Block a user