mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 21:00:11 +00:00
[improve][heatmap] improve heatmap chart
This commit is contained in:
@@ -12,6 +12,8 @@ namespace XCharts.Runtime
|
||||
public double pointerValue { get; set; }
|
||||
public bool minDrag { get; internal set; }
|
||||
public bool maxDrag { get; internal set; }
|
||||
public double min { get; set; }
|
||||
public double max { get; set; }
|
||||
|
||||
internal List<Color32> inRangeColors = new List<Color32>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user