Template:Pie chart/doc
![]() | This is a documentation subpage for Template:Pie chart. It contains usage information, categories and other content that is not part of the original page. |
Usage
The following code will produce the pie chart with values: 4, 2, 1, 2, 3:
{{Pie chart |value1=4 |value2=2 |value3=1 |value4=2 |value5=3 }}
Up to 20 data values can be used.
The following code will produce the pie chart with values: 5, 3, 2, 4, 2 in shades of blue:
{{Pie chart |value1=5 |value2=3 |value3=2 |value4=4 |value5=2 |color1=#44CCFF |color2=#33AAFF |color3=#2288FF |color4=#1166FF |color5=#0044FF }}
Browser support
The pie chart template is currently supported in Chrome 72 and later, Edge 79 and later, Firefox 83 and later, Safari 12.1 and later, and Opera 60 and later. Internet Explorer is not supported.
If you try to use pie charts on unsupported browsers, you get an error showing that you are using an unsupported browser.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Size | size | Size of pie chart
| String | optional |
Border width | border-width | Width of border in pie chart
| String | optional |
Border style | border-style | Style of border in pie chart
| String | optional |
Border color | border-color | Color of border in pie chart
| String | optional |
Margin | margin | Margin around pie chart
| String | optional |
Other styles | style | Other styles to pie chart
| String | optional |
1st data value | value1 1 | Value of 1st data
| Number | required |
2nd data value | value2 2 | Value of 2nd data
| Number | suggested |
3rd data value | value3 3 | Value of 3rd data
| Number | suggested |
4th data value | value4 4 | Value of 4th data
| Number | suggested |
5th data value | value5 5 | Value of 5th data
| Number | suggested |
6th data value | value6 6 | Value of 6th data
| Number | optional |
7th data value | value7 7 | Value of 7th data
| Number | optional |
8th data value | value8 8 | Value of 8th data
| Number | optional |
9th data value | value9 9 | Value of 9th data
| Number | optional |
10th data value | value10 10 | Value of 10th data
| Number | optional |
11th data value | value11 11 | Value of 11th data
| Number | optional |
12th data value | value12 12 | Value of 12th data
| Number | optional |
13th data value | value13 13 | Value of 13th data
| Number | optional |
14th data value | value14 14 | Value of 14th data
| Number | optional |
15th data value | value15 15 | Value of 15th data
| Number | optional |
16th data value | value16 16 | Value of 16th data
| Number | optional |
17th data value | value17 17 | Value of 17th data
| Number | optional |
18th data value | value18 18 | Value of 18th data
| Number | optional |
19th data value | value19 19 | Value of 19th data
| Number | optional |
20th data value | value20 20 | Value of 20th data
| Number | optional |
1st data color | color1 | Color of 1st data
| String | optional |
2nd data color | color2 | Color of 2nd data
| String | optional |
3rd data color | color3 | Color of 3rd data
| String | optional |
4th data color | color4 | Color of 4th data
| String | optional |
5th data color | color5 | Color of 5th data
| String | optional |
6th data color | color6 | Color of 6th data
| String | optional |
7th data color | color7 | Color of 7th data
| String | optional |
8th data color | color8 | Color of 8th data
| String | optional |
9th data color | color9 | Color of 9th data
| String | optional |
10th data color | color10 | Color of 10th data
| String | optional |
11th data color | color11 | Color of 11th data
| String | optional |
12th data color | color12 | Color of 12th data
| String | optional |
13th data color | color13 | Color of 13th data
| String | optional |
14th data color | color14 | Color of 14th data
| String | optional |
15th data color | color15 | Color of 15th data
| String | optional |
16th data color | color16 | Color of 16th data
| String | optional |
17th data color | color17 | Color of 17th data
| String | optional |
18th data color | color18 | Color of 18th data
| String | optional |
19th data color | color19 | Color of 19th data
| String | optional |
20th data color | color20 | Color of 20th data
| String | optional |