forked from XCharts-Team/XCharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 799 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "com.monitor1394.xcharts",
"displayName": "XCharts",
"author": "monitor1394",
"license": "MIT",
"version": "3.12.0",
"date": "20240930",
"checkdate": "20240930",
"unity": "2018.3",
"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.",
"keywords": [
"chart",
"charts",
"graph",
"unity-chart",
"data-visualization"
],
"category": "chart",
"repository": {
"type": "git",
"url": "git+https://github.com/XCharts-Team/XCharts.git"
},
"bugs": {
"url": "https://github.com/XCharts-Team/XCharts/issues"
},
"homepage": "https://github.com/XCharts-Team/XCharts"
}