Line 4: | Line 4: | ||
"width": 100, | "width": 100, | ||
"height": 100, | "height": 100, | ||
"parameters": [ | |||
{ | |||
"name": "job", "signal": "q", "type": "text", | |||
"value": "", "placeholder": "search", "autocomplete": "off" | |||
}, | |||
{ | |||
"signal": "sex", "type": "radio", "value": "all", | |||
"options": ["men", "women", "all"] | |||
} | |||
], | |||
"data": [ | "data": [ | ||
{ | { | ||
"name": "table", | "name": "table", | ||
"values": [ | "values": [ | ||
{"name":"GAME","color":"#2bddff","data":1}, | |||
{"name":"PLAY","color":"#00d67f","data":1}, | {"name":"PLAY","color":"#00d67f","data":1}, | ||
{"name":"SPACE","color":"#0000ff","data":1} | {"name":"SPACE","color":"#0000ff","data":1} |
Revision as of 07:33, 20 May 2020
Template for selecting a parameter to the pie
Parameter | Description | Type | Status | |
---|---|---|---|---|
GAME | GAME | State whether this type of parameter is used by the project.
| Boolean | required |
PLAY | PLAY | State whether this type of parameter is used by the project.
| Boolean | required |
SPACE | SPACE | State whether this type of parameter is used by the project.
| Boolean | required |