Content deleted Content added
m -braces and trailing spaces |
links test |
||
Line 77:
Note that in this case, it was necessary to provide the additional option <code>"autoscale":true</code>. This is necessary when the sum is less than 100.
=== Links ===
{{Piechart| [
{"label": "[[candy|sweets]]: $v", "value": 5, "color":"darkred"},
{"label": "[[sandwich]]es: $v", "value": 3, "color":"wheat"},
{"label": "[[cookie]]s: $v", "value": 2, "color":"goldenrod"},
{"label": "[[drink]]s: $v", "value": 1, "color":"#ccf"}
]
|meta={"autoscale":true, "legend":true}
}}
== Legend and Its Position ==
|