mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-18 14:30:10 +00:00
修复Tooltip在Cross时Axis的IndicatorLabel可能不显示的问题 (#315)
This commit is contained in:
@@ -93,6 +93,7 @@ namespace XCharts.Runtime
|
||||
public int order { get; internal set; }
|
||||
public BaseChart chart { get; internal set; }
|
||||
public ComponentHandlerAttribute attribute { get; internal set; }
|
||||
public bool inited { get; internal set; }
|
||||
|
||||
public virtual void InitComponent() { }
|
||||
public virtual void RemoveComponent() { }
|
||||
|
||||
Reference in New Issue
Block a user