Difference between revisions of "Template:DPL Example 102 piechart"
From FollowTheScore
(New page: {{#ploticus: #proc getdata data: {{{data|}}} // render pie graph #proc pie datafield: 2 labelfmtstring: @@1\n@@2\n@@PCT% labelmode: line+label outlinedetails: color=blue center: 3 3 r...) |
|||
Line 14: | Line 14: | ||
radius: 1.1 | radius: 1.1 | ||
colors: dullyellow drabgreen pink powderblue lavender | colors: dullyellow drabgreen pink powderblue lavender | ||
− | labelfarout: 1. | + | labelfarout: 1.6 |
}} | }} |
Revision as of 11:27, 13 March 2009
{{#ploticus:
- proc getdata
data:
// render pie graph
- proc pie
datafield: 2 labelfmtstring: @@1\n@@2\n@@PCT% labelmode: line+label outlinedetails: color=blue center: 3 3 radius: 1.1 colors: dullyellow drabgreen pink powderblue lavender labelfarout: 1.6 }}