mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 17:30:10 +00:00
Fixed an error about AxisTick in Inpsector
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
* (2021.01.21) Fixed an error about `AxisTick` in `Inpsector`
|
||||||
* (2021.01.21) Fixed a build compatibility error
|
* (2021.01.21) Fixed a build compatibility error
|
||||||
* (2021.01.19) Add `XChartsSettings` `editorShowAllListData` parameter to configure whether to display all the list's data in Inspector
|
* (2021.01.19) Add `XChartsSettings` `editorShowAllListData` parameter to configure whether to display all the list's data in Inspector
|
||||||
* (2021.01.19) Release `v2.0.0-preview.1` version
|
* (2021.01.19) Release `v2.0.0-preview.1` version
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
* (2021.01.21) 修复`Inpsector`上展开`AxisTick`时报错问题
|
||||||
* (2021.01.21) 修复打包兼容报错问题
|
* (2021.01.21) 修复打包兼容报错问题
|
||||||
* (2021.01.19) 增加`XChartsSettings`的`editorShowAllListData`参数配置是否在`Inspector`中显示列表的所有数据
|
* (2021.01.19) 增加`XChartsSettings`的`editorShowAllListData`参数配置是否在`Inspector`中显示列表的所有数据
|
||||||
* (2021.01.19) 发布`v2.0.0-preview.1`版本
|
* (2021.01.19) 发布`v2.0.0-preview.1`版本
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ namespace XCharts
|
|||||||
protected override void DrawExtendeds(SerializedProperty prop)
|
protected override void DrawExtendeds(SerializedProperty prop)
|
||||||
{
|
{
|
||||||
base.DrawExtendeds(prop);
|
base.DrawExtendeds(prop);
|
||||||
PropertyField(prop, "m_Interval");
|
PropertyField(prop, "m_AlignWithLabel");
|
||||||
PropertyField(prop, "m_Inside");
|
PropertyField(prop, "m_Inside");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user