mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-29 20:58:47 +00:00
发布v1.1.0版本
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
# 更新日志
|
# 更新日志
|
||||||
|
|
||||||
|
* (2019.11.17) 发布`v1.1.0`版本
|
||||||
* (2019.12.16) 修复`Overlay`模式下不显示`Tooltip`的问题
|
* (2019.12.16) 修复`Overlay`模式下不显示`Tooltip`的问题
|
||||||
* (2019.12.15) 增加`Title`的`TextStyle`支持
|
* (2019.12.15) 增加`Title`的`TextStyle`支持
|
||||||
* (2019.12.11) 修复`Legend`都隐藏时`Value轴`还显示数值的问题
|
* (2019.12.11) 修复`Legend`都隐藏时`Value轴`还显示数值的问题
|
||||||
|
|||||||
@@ -24,8 +24,8 @@ namespace XCharts
|
|||||||
|
|
||||||
public class XChartsMgr : MonoBehaviour
|
public class XChartsMgr : MonoBehaviour
|
||||||
{
|
{
|
||||||
public const string version = "1.0.5";
|
public const string version = "1.1.0";
|
||||||
public const int date = 20191216;
|
public const int date = 20191217;
|
||||||
|
|
||||||
[SerializeField] private string m_NowVersion;
|
[SerializeField] private string m_NowVersion;
|
||||||
[SerializeField] private string m_NewVersion;
|
[SerializeField] private string m_NewVersion;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "com.monitor1394.xcharts",
|
"name": "com.monitor1394.xcharts",
|
||||||
"displayName": "XCharts",
|
"displayName": "XCharts",
|
||||||
"version": "1.0.5",
|
"version": "1.1.0",
|
||||||
"unity": "2018.3",
|
"unity": "2018.3",
|
||||||
"description": "A charting and data visualization library for Unity.",
|
"description": "A charting and data visualization library for Unity.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": "1.0.5",
|
"version": "1.1.0",
|
||||||
"date": "20191216",
|
"date": "20191217",
|
||||||
"checkdate": "20191216",
|
"checkdate": "20191217",
|
||||||
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
|
"desc": "如果 XCharts 对您有帮助,希望您能在 Github 上点 Star 支持,非常感谢!",
|
||||||
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
|
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user