mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 20:28:46 +00:00
修复Bar在水平方向时Label设置为Bottom不生效的问题
This commit is contained in:
@@ -119,5 +119,9 @@ namespace XCharts.Runtime
|
||||
public Tooltip.Type tooltipType;
|
||||
public Tooltip.Trigger tooltipTrigger;
|
||||
public int totalDataIndex;
|
||||
/// <summary>
|
||||
/// 水平方向的
|
||||
/// </summary>
|
||||
public bool isHorizontal;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user