before | after (this module) | |
and | and |
Old chart module: | new module: |
Charting the history of rocket launches at Timeline of spaceflight.
Charting the GDP growth of Russia for the Economy of Russia article.
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: [[Article|Tooltip]] for internal link, [[#Paragraph name|Tooltip]] for linking to an anchor in same article, or [http://example.org Tooltip] for external link. |-||| 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: | slice 1 = Value1 : Name1 : Color1 : Link1 | slice 2 = Value2 : Name2 : Color2 : Link2 | ...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.|-| || used in the legend. e.g., defining "units prefix=$", values will show as "$500" instead of "500" in the legends|-| || 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.|-| || 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} |