mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 23:40:10 +00:00
修复Tooltip的指示器在某些情况下指示位置不准的问题
This commit is contained in:
@@ -16,6 +16,7 @@ namespace XCharts.Examples
|
||||
{
|
||||
private CandlestickChart chart;
|
||||
private float updateTime;
|
||||
public int dataCount = 100;
|
||||
|
||||
void Awake()
|
||||
{
|
||||
@@ -24,7 +25,7 @@ namespace XCharts.Examples
|
||||
{
|
||||
chart = gameObject.AddComponent<CandlestickChart>();
|
||||
}
|
||||
GenerateOHLC(1000);
|
||||
GenerateOHLC(dataCount);
|
||||
}
|
||||
|
||||
void Update()
|
||||
|
||||
Reference in New Issue
Block a user