mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-20 07:20:08 +00:00
增加Tooltip的Auto自动设置显示类型和触发类型
This commit is contained in:
@@ -19,6 +19,8 @@ namespace XCharts.Runtime
|
||||
public float width;
|
||||
public float height;
|
||||
public float angle;
|
||||
public Tooltip.Type type;
|
||||
public Tooltip.Trigger trigger;
|
||||
public TooltipData data = new TooltipData();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user