mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-31 13:58:48 +00:00
修复Axis的IndicatorLabel的背景颜色可能不正常的问题
This commit is contained in:
@@ -66,7 +66,8 @@ slug: /changelog
|
|||||||
|
|
||||||
## master
|
## master
|
||||||
|
|
||||||
* (2023.06.30) 修复`Axis`的`IndicatorLabel`无法自定义`color`的问题
|
* (2023.06.30) 修复`Axis`的`IndicatorLabel`的背景颜色可能不正常的问题
|
||||||
|
* (2023.06.30) 增加`Axis`的`IndicatorLabel`可自定义`color`的支持
|
||||||
* (2023.06.12) 修复`AxisLabel`的`formatterFunction`在数值轴时`value`不对的问题
|
* (2023.06.12) 修复`AxisLabel`的`formatterFunction`在数值轴时`value`不对的问题
|
||||||
|
|
||||||
## v3.7.0
|
## v3.7.0
|
||||||
|
|||||||
@@ -56,6 +56,7 @@ namespace XCharts.Runtime
|
|||||||
protected override void Awake()
|
protected override void Awake()
|
||||||
{
|
{
|
||||||
raycastTarget = false;
|
raycastTarget = false;
|
||||||
|
SetActive(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void SetTextPadding(TextPadding padding)
|
public void SetTextPadding(TextPadding padding)
|
||||||
|
|||||||
Reference in New Issue
Block a user