Files
XCharts/package.json
2019-10-22 13:02:37 +08:00

24 lines
836 B
JSON

{
"name": "com.monitor1394.xcharts",
"displayName": "XCharts",
"version": "1.0.0",
"unity": "2018.1",
"description": "A powerful, easy-to-use, configurable charting and data visualization library for Unity. 一款基于UGUI的功能强大、易用、参数可配置的数据可视化图表报表插件。支持折线图、柱状图、饼图、雷达图、散点图、热力图等常见图表。",
"keywords": [
"XCharts",
"Chart",
"Graphic",
"DataVisualization"
],
"category": "UI",
"repository": {
"type": "git",
"url": "git+https://github.com/monitor1394/unity-ugui-XCharts.git"
},
"author": "monitor1394",
"license": "MIT",
"bugs": {
"url": "https://github.com/monitor1394/unity-ugui-XCharts/issues"
},
"homepage": "https://github.com/monitor1394/unity-ugui-XCharts#readme"
}