mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 01:40:06 +00:00
[bug] fix multipe grid error (#210)
This commit is contained in:
@@ -23,7 +23,7 @@ namespace XCharts.Runtime
|
||||
[SerializeField][Range(1, 10)] protected float m_CicleSmoothness = 2f;
|
||||
[SerializeField] protected float m_LegendIconLineWidth = 2;
|
||||
[SerializeField] private float[] m_LegendIconCornerRadius = new float[] { 0.25f, 0.25f, 0.25f, 0.25f };
|
||||
[SerializeField][Since("v3.1.0")] protected float m_AxisMaxSplitNumber = 20;
|
||||
[SerializeField][Since("v3.1.0")] protected float m_AxisMaxSplitNumber = 50;
|
||||
|
||||
public bool show { get { return m_Show; } }
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user