发布1.0.0版本

This commit is contained in:
monitor1394
2019-10-25 08:48:32 +08:00
parent 2a2e1e672e
commit deddef2a34
8 changed files with 106 additions and 50 deletions

View File

@@ -209,7 +209,7 @@ namespace XCharts
[SerializeField] private float[] m_Center = new float[2] { 0.5f, 0.5f };
[SerializeField] private float[] m_Radius = new float[2] { 0, 80 };
[SerializeField] private SerieLabel m_Label = new SerieLabel();
[SerializeField] private Animation m_Animation = new Animation();
[SerializeField] private SerieAnimation m_Animation = new SerieAnimation();
[SerializeField] private LineArrow m_LineArrow = new LineArrow();
[SerializeField] private ItemStyle m_ItemStyle = new ItemStyle();
[SerializeField] private Emphasis m_Emphasis = new Emphasis();
@@ -401,7 +401,7 @@ namespace XCharts
/// The start animation.
/// 起始动画。
/// </summary>
public Animation animation { get { return m_Animation; } set { m_Animation = value; } }
public SerieAnimation animation { get { return m_Animation; } set { m_Animation = value; } }
/// <summary>
/// The arrow of line.
/// 折线图的箭头。

View File

@@ -15,7 +15,7 @@ namespace XCharts
/// 动画表现。
/// </summary>
[System.Serializable]
public class Animation : SubComponent
public class SerieAnimation : SubComponent
{
public enum Easing
{

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 3d15d91eaba394eb5a7f19d499b3a61f
guid: c6560100f155244fba80a175e6a28139
MonoImporter:
externalObjects: {}
serializedVersion: 2