-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinechart.json
More file actions
41 lines (41 loc) · 903 Bytes
/
linechart.json
File metadata and controls
41 lines (41 loc) · 903 Bytes
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
41
{
"name": "Line Chart",
"id_name": "linechart",
"category" : "Visualize",
"icon" : "linechart",
"description" : "Visualize data as a series of points connected by straight lines.",
"html_output": true,
"help_url":"modules/visualize/line-chart",
"parameters": [
{
"name": "",
"id_name": "title",
"type": "string",
"placeholder": "Chart title"
},
{
"name": "X axis",
"id_name": "x_axis_label",
"type": "string",
"placeholder": "Label"
},
{
"name": "",
"id_name": "x_column",
"type": "column",
"placeholder": "Select column"
},
{
"name": "Y Axis",
"id_name": "y_axis_label",
"type": "string",
"placeholder": "Label"
},
{
"name": "Column",
"id_name": "y_columns",
"type": "multichartseries",
"placeholder": "Select column"
}
]
}