Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Humanipedia
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Module:Chart/doc
(section)
Module
Discussion
English
Read
Edit source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Drawing Pie charts: "pie chart" == ===Parameters=== {| class="wikitable" |- ! parameter name !! what it does |- |'''delimiter''' || string to delimit multiple values when given. default to colon ( : ). normally you do not want to touch this, it's provided for the off-chance you'll want to use colon as part of one of the parameters. |- |'''radius''' ||number. The radius of the pie in pixels |- |'''slices''' || Tuples, in parenthesis. Use delimiter inside the tuple: ( Value1 : Name1 : Color1 : Link1 ) ( Value2 : Name2 : Color2 : Link2 ) ... The values are numbers. The numbers can be integers or decimal fractions, or using the scientific notation: 7.24e6, 7,240,000, or 7240000.00 are all acceptable for 7 Million and 240 thousands. Names are strings. Colors are optional. you can use any [[Web colors]], such as "red" or "#FF0000". Up to 26 default colors are defined, but if your pie has more than 26 slices, you must define the colors of slice #27 and up. Links can be external or internal links, including linking to internal anchors and paragraphs in the same article, like so: <nowiki>[[Article|Tooltip]] for internal link, [[#Paragraph name|Tooltip]] for linking to an anchor in same article, or [http://example.org Tooltip] for external link.</nowiki> |- |{{nowrap|'''slice n'''}}|| alternative syntax to "slices". n is the slice number, beginning with 1. make sure not to skip: if you define "slice 1", "slice 2", "slice 4", "slice 5"..., skipping slice 3, only the first two slices will be shown. this syntax is incompatible with "slices", i.e., they should not be used in conjunction in the same invocation. Using both "slices" and "slice n" in the same invocation will cause unpredictable results. The value is like a single "tuple" as explained above, but without the parenthesis: <pre> | slice 1 = Value1 : Name1 : Color1 : Link1 | slice 2 = Value2 : Name2 : Color2 : Link2 | ... </pre> This syntax allows you to use parenthesis in names, links, and colors. |- |'''percent'''|| if used, the percentage of each slice will be calculated and added to the legend: so if you have two slices, like so: ( 1 : Younglings ) ( 3 : elders ), and use define "percent", the legends will become "Younglings: 1 (25%)" and "Elders: 3 (75%)", instead of simply "Younglings: 1" and "Elders: 3". Any non-empty value means "yes". To say "no", simply do not supply this parameter at all, or leave the value blank. |- |'''{{nowrap|units prefix}}''' || used in the legend. e.g., defining "units prefix=$", values will show as "$500" instead of "500" in the legends |- |'''{{nowrap|units suffix}}''' || ditto for units suffix. use, e.g. "Kg" so values will show as 88Kg instead of 88 in legend. underscore ("_") are replaced by spaces, to allow a space between the value and the suffix. |- |'''{{nowrap|hide group legends}}''' || Setting to true prevents displaying of the group legends under the chart. Any non-empty value means "yes". To say "no", simply do not supply this parameter at all, or leave the value blank. |} ===Examples=== {{#invoke:Chart|pie chart | radius = 150 | slices = ( 1000000 : Apples ) ( 2000000 : Bananas : gold) ( 1440000 : Apricots ) ( 6.4e5 : Pears : : [[Pear|Pears]] ) ( 750,000 : Pineapples ) | units suffix = _Tonne | percent = true }} {{#invoke:chart|pie chart |radius= 200 |units suffix = _Units | slice 1 = 1 : 1 | slice 2 = 7 : 7 | slice 3 = 8 : 8 | slice 4 = 9 : 9 | slice 5 = 10 : 10 | slice 6 = 11 : 11 | slice 7 = 12 : 12 | slice 8 = 13 : 13 | slice 9 = 14 : 14 | slice 10 = 15 : 15 | slice 11 = 16 : 16 | slice 12 = 17 : 17 | slice 13 = 18 : 18 | slice 14 = 19 : 19 | slice 15 = 20 : 20 | slice 16 = 21 : 21 | slice 17 = 22 : 22 | slice 18 = 23 : 23 | slice 19 = 24 : 24 | slice 20 = 25 : 25 | slice 21 = 26 : 26 | slice 22 = 27 : 27 | slice 23 = 28 : 28 | slice 24 = 29 : 29 | slice 25 = 30 : 30 | slice 26 = 31 : 31 | percent = true }} <noinclude> [[Category:Module documentation pages]] </noinclude>
Summary:
Please note that all contributions to Humanipedia may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Humanipedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)