-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathdashboard-chart-autosize.json
More file actions
118 lines (118 loc) · 3.01 KB
/
Copy pathdashboard-chart-autosize.json
File metadata and controls
118 lines (118 loc) · 3.01 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
[
{
"id": "chart-autosize-tab",
"type": "tab",
"label": "Chart Autosize",
"disabled": false,
"info": ""
},
{
"id": "dashboard-ui-base",
"type": "ui-base",
"name": "UI Name",
"path": "/dashboard",
"includeClientData": true,
"acceptsClientConfig": ["ui-notification", "ui-control"]
},
{
"id": "dashboard-ui-theme",
"type": "ui-theme",
"name": "Theme",
"colors": {
"surface": "#ffffff",
"primary": "#0094ce",
"bgPage": "#eeeeee",
"groupBg": "#ffffff",
"groupOutline": "#cccccc"
}
},
{
"id": "dashboard-ui-page-1",
"type": "ui-page",
"name": "Page 1",
"ui": "dashboard-ui-base",
"path": "/page1",
"icon": "home",
"layout": "grid",
"theme": "dashboard-ui-theme",
"order": 1,
"className": "",
"visible": "true",
"disabled": false
},
{
"id": "dashboard-ui-group",
"type": "ui-group",
"name": "Charts",
"page": "dashboard-ui-page-1",
"width": "12",
"height": "1",
"order": 1,
"showTitle": true,
"className": "",
"visible": "true",
"disabled": "false"
},
{
"id": "dashboard-ui-chart-auto",
"type": "ui-chart",
"z": "chart-autosize-tab",
"group": "dashboard-ui-group",
"name": "",
"label": "auto",
"order": 1,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "linear",
"xAxisProperty": "",
"xAxisPropertyType": "timestamp",
"yAxisProperty": "payload",
"yAxisPropertyType": "msg",
"action": "replace",
"stackSeries": false,
"pointShape": "circle",
"pointRadius": 4,
"showLegend": true,
"removeOlder": 1,
"removeOlderUnit": "3600",
"colors": ["#0095ff", "#ff0000"],
"width": "6",
"height": "0",
"className": "",
"x": 400,
"y": 100,
"wires": [[]]
},
{
"id": "dashboard-ui-chart-fixed",
"type": "ui-chart",
"z": "chart-autosize-tab",
"group": "dashboard-ui-group",
"name": "",
"label": "fixed",
"order": 2,
"chartType": "line",
"category": "topic",
"categoryType": "msg",
"xAxisType": "linear",
"xAxisProperty": "",
"xAxisPropertyType": "timestamp",
"yAxisProperty": "payload",
"yAxisPropertyType": "msg",
"action": "replace",
"stackSeries": false,
"pointShape": "circle",
"pointRadius": 4,
"showLegend": true,
"removeOlder": 1,
"removeOlderUnit": "3600",
"colors": ["#0095ff", "#ff0000"],
"width": "6",
"height": "5",
"className": "",
"x": 400,
"y": 160,
"wires": [[]]
}
]