mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 09:50:15 +00:00
增加Heatmap的maxCache参数支持
This commit is contained in:
@@ -66,6 +66,10 @@ namespace XCharts.Runtime
|
||||
public List<double> labelValueList { get { return m_LabelValueList; } }
|
||||
public List<ChartLabel> labelObjectList { get { return m_AxisLabelList; } }
|
||||
public int dataZoomStartIndex;
|
||||
/// <summary>
|
||||
/// 添加过的历史数据总数
|
||||
/// </summary>
|
||||
public int addedDataCount;
|
||||
|
||||
internal List<string> filterData;
|
||||
internal bool lastCheckInverse;
|
||||
@@ -81,6 +85,7 @@ namespace XCharts.Runtime
|
||||
|
||||
internal void Clear()
|
||||
{
|
||||
addedDataCount = 0;
|
||||
m_RuntimeData.Clear();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user