Files
XCharts/package.json

27 lines
799 B
JSON
Raw Normal View History

{
2019-10-25 08:48:32 +08:00
"name": "com.monitor1394.xcharts",
2019-10-22 13:02:37 +08:00
"displayName": "XCharts",
2023-10-16 08:15:27 +08:00
"author": "monitor1394",
"license": "MIT",
2025-03-16 10:45:38 +08:00
"version": "3.14.0",
"date": "20250315",
"checkdate": "20250315",
2019-10-23 18:59:34 +08:00
"unity": "2018.3",
2023-10-16 08:15:27 +08:00
"description": "A charting and data visualization library for Unity. Support line chart, bar chart, pie chart, radar chart, scatter chart, heatmap chart, ring chart, candlestick chart, polar chart and parallel coordinates.",
2019-10-22 13:02:37 +08:00
"keywords": [
2019-10-24 08:45:02 +08:00
"chart",
2022-03-26 21:34:38 +08:00
"charts",
"graph",
2022-07-12 07:38:42 +08:00
"unity-chart",
2019-10-24 08:45:02 +08:00
"data-visualization"
2019-10-22 13:02:37 +08:00
],
2019-10-24 08:45:02 +08:00
"category": "chart",
2019-10-22 13:02:37 +08:00
"repository": {
"type": "git",
2022-03-20 20:58:17 +08:00
"url": "git+https://github.com/XCharts-Team/XCharts.git"
2019-10-22 13:02:37 +08:00
},
"bugs": {
2022-03-20 20:58:17 +08:00
"url": "https://github.com/XCharts-Team/XCharts/issues"
2019-10-22 13:02:37 +08:00
},
2022-03-20 20:58:17 +08:00
"homepage": "https://github.com/XCharts-Team/XCharts"
2019-10-22 13:02:37 +08:00
}