mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 15:00:08 +00:00
完善Pie饼图的交互动画效果
This commit is contained in:
@@ -412,9 +412,9 @@ namespace XCharts.Runtime
|
||||
[System.Serializable]
|
||||
public class AnimationInteraction : AnimationInfo
|
||||
{
|
||||
[SerializeField][Since("v3.8.0")] private float m_WidthRate = 1.3f;
|
||||
[SerializeField][Since("v3.8.0")] private float m_WidthRate = 1.1f;
|
||||
[SerializeField][Since("v3.8.0")] private float m_RadiusRate = 1.1f;
|
||||
[SerializeField][Since("v3.8.0")] private float m_Offset = 8f;
|
||||
[SerializeField][Since("v3.8.0")] private float m_Offset = 5f;
|
||||
|
||||
/// <summary>
|
||||
/// the size rate of the width.
|
||||
|
||||
Reference in New Issue
Block a user