Line 1: | Line 1: | ||
<graph>{ | <graph>{ | ||
"width": 100, | "width": 100, | ||
Line 5: | Line 7: | ||
{ | { | ||
"name": "table", | "name": "table", | ||
"values": [{"name":"GAME","color":"#2bddff","data":1},{"name":"PLAY","color":"#00d67f","data":1},{"name":"SPACE","color":"#0000ff","data":1}], | "values": [ | ||
{"name":"GAME","color":"#2bddff","data":1}, | |||
{"name":"PLAY","color":"#00d67f","data":1}, | |||
{"name":"SPACE","color":"#0000ff","data":1} | |||
], | |||
"transform": [{"type": "pie", "field": "data"}] | "transform": [{"type": "pie", "field": "data"}] | ||
} | } | ||
Line 58: | Line 64: | ||
} | } | ||
</graph> | </graph> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"GAME":{ | |||
"type": "boolean", | |||
"default": "1", | |||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this type of parameter is used by the project."}, | |||
"PLAY":{ | |||
"type": "boolean", | |||
"default": "1", | |||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this type of parameter is used by the project."}, | |||
"SPACE":{ | |||
"type": "boolean", | |||
"default": "1", | |||
"required": true, | |||
"suggested": true, | |||
"description": "State whether this type of parameter is used by the project."} | |||
}, | |||
"paramOrder": [ | |||
"GAME", | |||
"PLAY", | |||
"SPACE" | |||
], | |||
"description": "Template for selecting a parameter to the pie", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 07:26, 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 |