(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<graph> | <graph>{ | ||
{ | "width": 100, | ||
"width": | "height": 100, | ||
"height": | |||
"data": [ | "data": [ | ||
{ | { | ||
"name": "table", | "name": "table", | ||
"values": [ | "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 15: | Line 18: | ||
"type": "sqrt", | "type": "sqrt", | ||
"domain": {"data": "table", "field": "data"}, | "domain": {"data": "table", "field": "data"}, | ||
"range": [ | "range": [0, 50] | ||
} | } | ||
], | ], | ||
Line 28: | Line 31: | ||
"startAngle": {"field": "layout_start"}, | "startAngle": {"field": "layout_start"}, | ||
"endAngle": {"field": "layout_end"}, | "endAngle": {"field": "layout_end"}, | ||
"innerRadius": {"value": | "innerRadius": {"value": 0}, | ||
"outerRadius | "outerRadius": {"value": 100} | ||
}, | }, | ||
"update": { | "update": { | ||
"fill": {" | "fill": {"field": "color"} | ||
} | } | ||
} | } | ||
Line 48: | Line 47: | ||
"y": {"field": {"group": "height"}, "mult": 0.5}, | "y": {"field": {"group": "height"}, "mult": 0.5}, | ||
"radius": {"scale": "r", "field": "data", "offset": 8}, | "radius": {"scale": "r", "field": "data", "offset": 8}, | ||
"angle": {"value": 25}, | |||
"theta": {"field": "layout_mid"}, | "theta": {"field": "layout_mid"}, | ||
"fill": {"value": " | "fill": {"value": "white"}, | ||
"align": {"value": "center"}, | "align": {"value": "center"}, | ||
"baseline": {"value": "middle"}, | "baseline": {"value": "middle"}, | ||
"text": {"field": " | "text": {"field": "name"}, | ||
"font": {"value": "Bebas Neue Bold"}, | |||
"fontSize": {"value": 25}, | |||
"fontWeight": {"value": "bold"} | |||
} | } | ||
} | } | ||
Line 59: | Line 62: | ||
} | } | ||
</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> |
Latest revision as of 07:38, 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 |