-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.xml
More file actions
38 lines (32 loc) · 1.23 KB
/
config.xml
File metadata and controls
38 lines (32 loc) · 1.23 KB
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
<?xml version='1.0' encoding='UTF-8'?>
<widget xmlns="http://wirecloud.conwet.fi.upm.es/ns/macdescription/1" vendor="Ficodes" name="echarts" version="0.0.3a3">
<details>
<title>ECharts</title>
<homepage>https://github.com/Wirecloud/echarts-widget</homepage>
<authors>Carlos Blanco <cblanco@ficodes.com></authors>
<email>projects@ficodes.com</email>
<description>ECharts widget</description>
<longdescription>DESCRIPTION.md</longdescription>
<changelog>doc/changelog.md</changelog>
<image>images/echarts_logo_black_background.png</image>
<doc>doc/userguide.md</doc>
<license>Apache License 2.0</license>
<issuetracker>https://github.com/Wirecloud/echarts-widget/issues</issuetracker>
</details>
<requirements>
<feature name="DashboardManagement"/>
</requirements>
<preferences>
</preferences>
<wiring>
<inputendpoint
name="echarts_options"
type="text"
label="EChart options"
description="EChart options JSON object"
friendcode="echarts_options"
/>
</wiring>
<contents src="index.html"/>
<rendering height="400px" width="30%"/>
</widget>