-
Notifications
You must be signed in to change notification settings - Fork 0
Home
jaehoon edited this page Oct 7, 2022
·
3 revisions
Name | Description | example |
---|---|---|
group | Choose group of widget | [Tab #0] Group 1 |
group table | Set widget start position(x,y) and size(w,h) | 0 0 1 1 |
label | Set label of widget | widget label |
tooltip | Set tootip of widget | widget tooltip |
color | Set color of widget | blue |
name | Set widget name on palette | widget name |
Name | Description | example |
---|---|---|
group | Choose group of widget | [Tab #0] Group 1 |
group table | Set widget start position(x,y) and size(w,h) | 0 0 1 1 |
label | Set label of widget | Button title |
tooltip | Set tootip of widget | Button tooltip |
color | Set color of widget | blue |
shape | Set shape of button | rectangle |
msg | Set msg(payload, topic) | {payload: "Hi", topic: "A"} |
get input | Click button using input signal or not | false |
name | Set widget name on palette | Button name |
-
Line: Plot a time-series data as a line chart on the dashboard.
-
Bar: Plot a time-series or non-time-series data as a bar chart on the dashboard.
-
Pie: Plot a non-time-series data as a pie chart on the dashboard.
Name | Description | example |
---|---|---|
group | Choose group of widget | [Tab #0] Group 1 |
group table | Set widget start position(x,y) and size(w,h) | 0 0 1 1 |
label | - | - |
type | - | - |
time-series | - | - |
x-axis format | - | - |
y-axis | - | - |
legend | - | - |
blank label | - | - |
name | Set widget name on palette | Chart |
Name | Description | example |
---|---|---|
group | Choose group of widget | [Tab #0] Group 1 |
group table | Set widget start position(x,y) and size(w,h) | 0 0 1 1 |
label | Set label of widget | Dropdown title |
tooltip | Set tootip of widget | Dropdown tooltip |
options | Set value and label of the content | {value: value, label: label} |
name | Set widget name on palette | Dropdown |
-
Gauge: Plot a data as a gauge graph on the dashboard.
-
Donut: Plot a data as a donut graph on the dashboard.
-
Liquid: Plot a data as a liquid fill gauge chart on the dashboard.
Name | Description | example |
---|---|---|
group | Choose group of widget | [Tab #0] Group 1 |
group table | Set widget start position(x,y) and size(w,h) | 0 0 1 1 |
type | - | - |
label | - | - |
value format | - | - |
units | - | - |
range | - | - |
color | Set color of widget | blue |
name | Set widget name on palette | Gauge |
Name | Description | example |
---|---|---|
group | Choose group of widget | [Tab #0] Group 1 |
group table | Set widget start position(x,y) and size(w,h) | 0 0 1 1 |
option | Set image source option | upload |
source | Set image source as file or URL | - |
object fit | Set image fit option | fill |
name | Set widget name on palette | Image |
- Ordered: Show an ordered list on the dashboard.
- Unordered: Show an unordered list on the dashboard.
- Checkbox: Show a checkbox list on the dashboard.
Name | Description | example |
---|---|---|
group | Choose group of widget | [Tab #0] Group 1 |
group table | Set widget start position(x,y) and size(w,h) | 0 0 1 1 |
label | Set label of widget | List title |
tooltip | Set tootip of widget | List tooltip |
type | Set type of list | Ordered list |
options | Set value of the content | content |
name | Set widget name on palette | List |
Name | Description | example |
---|---|---|
group | Choose group of widget | [Tab #0] Group 1 |
group table | Set widget start position(x,y) and size(w,h) | 0 0 1 1 |
color | Set color of widget | blue |
label | Set label of widget | Slider title |
tooltip | Set tootip of widget | Slider tooltip |
range | Set range(min, max, step) of the slider | 1 100 1 |
pass | Allow passing through input value to output or not | true |
when | Decide when to reflect the changed values from the dashboard. | always value changed |
name | Set widget name on palette | Slider |
Name | Description | example |
---|---|---|
group | Choose group of widget | [Tab #0] Group 1 |
group table | Set widget start position(x,y) and size(w,h) | 0 0 1 1 |
color | Set color of widget | blue |
label | Set label of widget | Switch title |
name | Set widget name on palette | Switch |
Name | Description | example |
---|---|---|
group | Choose group of widget | [Tab #0] Group 1 |
group table | Set widget start position(x,y) and size(w,h) | 0 0 1 1 |
label | Set label of widget | label |
label format | ----------- | ------- |
value | ----------- | value |
value format | ----------- | ------- |
layout | ----------- | ------- |
font size | ----------- | ------- |
name | ----------- | Text |
Name | Description | example |
---|---|---|
label | Set label of dataset | dataset 1 |
name | Set widget name on palette | Data Format |
Name | Description | example |
---|---|---|
name | Set group name | Group 1 |
tab | Set tab of the group | Tab #0 |
group table | Set width and height of the group | 5 5 |
display | Set group name visible or not | true |
Tab: A set of groups. The default name is given as Tab # number
. It doesn't matter if the name is duplicated.
Name | Description | example |
---|---|---|
name | Set tab name | Tab #0 |
npm package
link
Node-RED
link