Difference between revisions of "Template:DPL Example 102 piechart"
From FollowTheScore
Line 12: | Line 12: | ||
outlinedetails: color=blue | outlinedetails: color=blue | ||
center: 4 4 | center: 4 4 | ||
− | radius: | + | radius: 1.6 |
colors: dullyellow drabgreen pink powderblue lavender | colors: dullyellow drabgreen pink powderblue lavender | ||
− | labelfarout: | + | labelfarout: 1.8 |
}} | }} |
Latest revision as of 11:31, 13 March 2009
{{#ploticus:
- proc getdata
data:
// render pie graph
- proc pie
datafield: 2 labelfmtstring: @@1 (@@2) labelmode: line+label outlinedetails: color=blue center: 4 4 radius: 1.6 colors: dullyellow drabgreen pink powderblue lavender labelfarout: 1.8 }}