Smooth piechart module.
Draws charts in HTML with an accessible legend (optional). A list of all features is in the "TODO" section of the main `p.pie` function.
Most of the time you should use with a helper template that adds required CSS: .
Here we add some custom labels. Also note that we add a meta option to add legend on the side.
In cases where you don't have calculated percentages, you can use automatic scaling. Just provide both values in this case.
The module allows displaying multiple values, not just 2.
Note that in this case, it was necessary to provide the additional option "autoscale":true
. This is necessary when the sum is less than 100.
The legend is added using the meta property legend as shown. However, you can also change the order using direction. Possible values include:
row (default direction)
row-reverse
column
column-reverse
Green frames added for clarity in examples. They are not normally added.
In case you want to use without the template, you can use this main functions:
<nowiki>{{</nowiki>#invoke:Piechart|''pie''<nowiki>|json_data|meta=json_options}}</nowiki>
<nowiki>{{</nowiki>#invoke:Piechart|''color''<nowiki>|number}}</nowiki>
Note that direct calls to the pie function require adding CSS:
Example of json_data:
$v
label, this is a formatted number (see `function prepareLabel
`).Example of meta=json_options:
All meta options are optional (see `function p.setupOptions
`).
For feature requests and bugs write to me, the author of the piecharte module: Maciej Nux.