-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathmanifest.json
40 lines (40 loc) · 1.24 KB
/
manifest.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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"id": "c4f56b2a",
"name": "VizzyCharts",
"version": "1.3.0",
"host": {
"app": "XD",
"minVersion": "21.0"
},
"description": "The VizzyCharts plugin lets you quickly generate data visualizations, creating fully-editable, pixel-perfect charts and graphs using native XD objects such as rectangles, text fields, and lines. With the new Plugins Panel, you can create and configure these charts right alongside the design canvas.",
"summary": "Data Visualization plugin.",
"keywords": [
"data visualization",
"data visualizations",
"chart",
"charts",
"graph",
"data",
"visualization",
"ring",
"circle",
"bar chart"
],
"languages": ["en"],
"author": "Hani Al-areqi",
"helpUrl": "https://www.vizzycharts.com",
"icons": [
],
"uiEntryPoints": [
{
"type": "panel",
"label": "VizzyCharts",
"panelId": "vizzy"
}
]
}