<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://es.seminaverbi.bibleget.io/w/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AChart%2Fdoc</id>
	<title>Módulo:Chart/doc - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://es.seminaverbi.bibleget.io/w/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AChart%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://es.seminaverbi.bibleget.io/w/index.php?title=M%C3%B3dulo:Chart/doc&amp;action=history"/>
	<updated>2026-04-10T17:24:18Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://es.seminaverbi.bibleget.io/w/index.php?title=M%C3%B3dulo:Chart/doc&amp;diff=207&amp;oldid=prev</id>
		<title>Johnrdorazio: 1 revisión importada</title>
		<link rel="alternate" type="text/html" href="https://es.seminaverbi.bibleget.io/w/index.php?title=M%C3%B3dulo:Chart/doc&amp;diff=207&amp;oldid=prev"/>
		<updated>2020-08-29T22:13:55Z</updated>

		<summary type="html">&lt;p&gt;1 revisión importada&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;es&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Revisión anterior&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revisión del 22:13 29 ago 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;es&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Sin diferencias)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key seminaverbi_es:diff:1.41:old-206:rev-207 --&gt;
&lt;/table&gt;</summary>
		<author><name>Johnrdorazio</name></author>
	</entry>
	<entry>
		<id>https://es.seminaverbi.bibleget.io/w/index.php?title=M%C3%B3dulo:Chart/doc&amp;diff=206&amp;oldid=prev</id>
		<title>es&gt;UnLeashedWolfie: Undid revision 971594933 by UnLeashedWolfie (talk)</title>
		<link rel="alternate" type="text/html" href="https://es.seminaverbi.bibleget.io/w/index.php?title=M%C3%B3dulo:Chart/doc&amp;diff=206&amp;oldid=prev"/>
		<updated>2020-08-07T02:53:50Z</updated>

		<summary type="html">&lt;p&gt;Undid revision 971594933 by &lt;a href=&quot;/wiki/Especial:Contribuciones/UnLeashedWolfie&quot; title=&quot;Especial:Contribuciones/UnLeashedWolfie&quot;&gt;UnLeashedWolfie&lt;/a&gt; (&lt;a href=&quot;/w/index.php?title=Usuario_discusi%C3%B3n:UnLeashedWolfie&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Usuario discusión:UnLeashedWolfie (la página no existe)&quot;&gt;talk&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Module Chart exports two functions: bar chart and pie chart&lt;br /&gt;
&lt;br /&gt;
; Note - [[Template:Graph:Chart]] is an alternative template, that may be more suitable for your use case.&lt;br /&gt;
&lt;br /&gt;
==Drawing Bar charts: &amp;quot;bar chart&amp;quot;==&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! parameter name !! what it does&lt;br /&gt;
|-&lt;br /&gt;
|delimiter || string to delimit multiple values when given. default to colon ( : ). normally you do not want to touch this, it&amp;#039;s provided for the off-chance you&amp;#039;ll want to use colon as part of one of the parameters.&lt;br /&gt;
|-&lt;br /&gt;
|width ||number. if provided, must be at least 200. default: 500&lt;br /&gt;
|-&lt;br /&gt;
|height ||number. if provided, must be at least 200. default: 350&lt;br /&gt;
|-&lt;br /&gt;
|group n || (where &amp;quot;n&amp;quot; is a number. use &amp;quot;group 1&amp;quot;, &amp;quot;group 2&amp;quot; etc. for as many groups as there are in the graph) the values to be charted. see below.&lt;br /&gt;
|-&lt;br /&gt;
|tooltip n || tooltip to be associated with specific bar. If no tooltip for a specific bar is defined, and this bar has a link, then this link will be used as tooltip. Otherwise, the tooltip will be combined from the group name and the value, optionally with &amp;quot;units prefix&amp;quot; and &amp;quot;units suffix&amp;quot;. &lt;br /&gt;
|-&lt;br /&gt;
|links n || links to articles to be associated with specific bar &lt;br /&gt;
|-&lt;br /&gt;
|stack || whether to stack the different groups on top of each other. do not specify to show bars side by side. Any non-empty value means &amp;quot;yes&amp;quot;. To say &amp;quot;no&amp;quot;, simply do not supply this parameter at all, or leave the value blank.&lt;br /&gt;
|-&lt;br /&gt;
|{{nowrap|tooltip value accumulation}} || useful only with stack: when set to true, tooltip will show accumulated value of all blocks up to current one&lt;br /&gt;
|-&lt;br /&gt;
|colors || the colors used to denote the various groups. should have exactly as many values as # of groups. can be given as standard html-recognized color names, or using #xxx or #xxxxxx notation.&lt;br /&gt;
|-&lt;br /&gt;
|x legends || The legends for the X values.  Wikicode, such as internal links or templates can be used.&lt;br /&gt;
|-&lt;br /&gt;
|{{nowrap|hide group legends}} || if set to true, group legends will not be shown below chart. Any non-empty value means &amp;quot;yes&amp;quot;. To say &amp;quot;no&amp;quot;, simply do not supply this parameter at all, or leave the value blank.&lt;br /&gt;
|-&lt;br /&gt;
|{{Nowrap|scale per group}} || set to use separate Y- scale for each group. leave empty to use one scale for all groups. incompatible with &amp;quot;stack&amp;quot;. Note that even if some of the scales are exactly the same, they will be drawn separately when this setting is on. Any non-empty value means &amp;quot;yes&amp;quot;. To say &amp;quot;no&amp;quot;, simply do not supply this parameter at all, or leave the value blank.&lt;br /&gt;
|-&lt;br /&gt;
|{{nowrap|units prefix}} || used in tooltip. e.g., $, so values will show as &amp;quot;$500&amp;quot; instead of &amp;quot;500&amp;quot; in the tooltip&lt;br /&gt;
|-&lt;br /&gt;
|{{nowrap|units suffix}} || ditto for units suffix. use, e.g. &amp;quot;Kg&amp;quot; so values will show as 88Kg instead of 88 in tooltip. underscore (&amp;quot;_&amp;quot;) are replaced by spaces, to allow a space between the value and the suffix.&lt;br /&gt;
|-&lt;br /&gt;
| {{nowrap|group names}} || names of different groups&lt;br /&gt;
|-&lt;br /&gt;
| {{nowrap|y tick marks}} || number of tick marks on the y axis.  if the value is negative or omitted, the module will attempt to automatically calculate a sensible number of tick marks.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
&lt;br /&gt;
==== Basic ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ #invoke:Chart | bar chart&lt;br /&gt;
| group 1 = 40 : 50 : 60 : 20&lt;br /&gt;
| group 2 = 20 : 60 : 12 : 44&lt;br /&gt;
| group 3 = 55 : 14 : 33 : 5&lt;br /&gt;
| links 1 = Apple : McCintosh : Golden delicious&lt;br /&gt;
| links 2 = Banana : Apricot : Peach&lt;br /&gt;
| links 3 = Orange : Pear : Bear&lt;br /&gt;
| tooltip 2 = tooltip 1 : tooltip 2 : tooltip 3 : tooltip 4&lt;br /&gt;
| colors = green : yellow : orange&lt;br /&gt;
| group names = Apple : Banana : Orange&lt;br /&gt;
| x legends = Before : During : After : Post mortem&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{ #invoke:Chart | bar chart&lt;br /&gt;
| group 1 = 40 : 50 : 60 : 20&lt;br /&gt;
| group 2 = 20 : 60 : 12 : 44&lt;br /&gt;
| group 3 = 55 : 14 : 33 : 5&lt;br /&gt;
| links 1 = Apple : McCintosh : Golden delicious&lt;br /&gt;
| links 2 = Banana : Apricot : Peach&lt;br /&gt;
| links 3 = Orange : Pear : Bear&lt;br /&gt;
| tooltip 2 = tooltip 1 : tooltip 2 : tooltip 3 : tooltip 4&lt;br /&gt;
| colors = green : yellow : orange&lt;br /&gt;
| group names = Apple : Banana : Orange&lt;br /&gt;
| x legends = Before : During : After : Post mortem&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Stacked====&lt;br /&gt;
Here is the same graph, with more modest height and width, using &amp;quot;stack&amp;quot;, and adding &amp;quot;units suffix&amp;quot; for good measure:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ #invoke:Chart | bar chart&lt;br /&gt;
| height = 250&lt;br /&gt;
| width = 300&lt;br /&gt;
| stack = 1&lt;br /&gt;
| group 1 = 40 : 50 : 60 : 20&lt;br /&gt;
| group 2 = 20 : 60 : 12 : 44&lt;br /&gt;
| group 3 = 55 : 14 : 33 : 5&lt;br /&gt;
| colors = green : yellow : orange&lt;br /&gt;
| group names = Apple : Banana : Orange&lt;br /&gt;
| units suffix = Kg&lt;br /&gt;
| x legends = Before : During : After : Post mortem&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ #invoke:Chart | bar chart&lt;br /&gt;
| height = 250&lt;br /&gt;
| width = 300&lt;br /&gt;
| stack = 1&lt;br /&gt;
| group 1 = 40 : 50 : 60 : 20&lt;br /&gt;
| group 2 = 20 : 60 : 12 : 44&lt;br /&gt;
| group 3 = 55 : 14 : 33 : 5&lt;br /&gt;
| colors = green : yellow : orange&lt;br /&gt;
| units suffix = Kg&lt;br /&gt;
| group names = Apple : Banana : Orange&lt;br /&gt;
| x legends = Before : During : After : Post mortem&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Scale per group====&lt;br /&gt;
&lt;br /&gt;
This option has been disabled. It was rarely used and broke in the last code update.&lt;br /&gt;
Here is an example with large number of groups - mainly to test how it looks with large number of legends:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ #invoke:Chart | bar chart&lt;br /&gt;
| width = 800&lt;br /&gt;
| height = 550&lt;br /&gt;
| group 1 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 2 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 3 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 4 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 5 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 6 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 7 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 8 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 9 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 10 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 11 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 12 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 13 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 14 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 15 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 16 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 17 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 18 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 19 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 20 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 21 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| colors = Silver:Gray:Black:Red:Maroon:Yellow:Olive:Lime:Green:Aqua:Teal:Blue:Navy:Fuchsia:Purple:ForestGreen:Tomato:LightSeaGreen:RosyBrown:DarkOliveGreen:MediumVioletRed&lt;br /&gt;
| group names = Alabama:Alaska:Arizona:Arkansas:California:Colorado:Connecticut:Delaware:Florida:Georgia:Hawaii:Idaho:Illinois:Indiana:Iowa:Kansas:Kentucky:Louisiana:Maine:Maryland:Massachusetts&lt;br /&gt;
| x legends = 1920 : 1930 : 1940: 1950 : 1960 : 1970 : 1990 : 2000 : 2010&lt;br /&gt;
| units prefix = $&lt;br /&gt;
| units suffix = _billion&lt;br /&gt;
| stack = 1&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ #invoke:Chart | bar chart&lt;br /&gt;
| width = 800&lt;br /&gt;
| height = 550&lt;br /&gt;
| group 1 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 2 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 3 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 4 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 5 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 6 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 7 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 8 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 9 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 10 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 11 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 12 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 13 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 14 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 15 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 16 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 17 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 18 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 19 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 20 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| group 21 = 1:2:3:4:5:4:3:2:1&lt;br /&gt;
| colors = Silver:Gray:Black:Red:Maroon:Yellow:Olive:Lime:Green:Aqua:Teal:Blue:Navy:Fuchsia:Purple:ForestGreen:Tomato:LightSeaGreen:RosyBrown:DarkOliveGreen:MediumVioletRed&lt;br /&gt;
| group names = Alabama:Alaska:Arizona:Arkansas:California:Colorado:Connecticut:Delaware:Florida:Georgia:Hawaii:Idaho:Illinois:Indiana:Iowa:Kansas:Kentucky:Louisiana:Maine:Maryland:Massachusetts&lt;br /&gt;
| x legends = 1920 : 1930 : 1940: 1950 : 1960 : 1970 : 1990 : 2000 : 2010&lt;br /&gt;
| units prefix = $&lt;br /&gt;
| units suffix = _billion&lt;br /&gt;
| stack = 1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If there are many values, x legends can be diluted by using delimiters with nothing in between:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{ #invoke:Chart | bar chart&lt;br /&gt;
| group 1 = 1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30&lt;br /&gt;
:31:32:33:34:35:36:37:38:39:40:41:42:43:44:45:46:47:48:49:50:51:52:53:54:55:56:57:58:59&lt;br /&gt;
| units suffix = _Things&lt;br /&gt;
| group names = Some&lt;br /&gt;
| x legends = ::::1940::::::::::1950::::::::::1960::::::::::1970::::::::::1980::::::::::1990::::&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{ #invoke:Chart | bar chart&lt;br /&gt;
| group 1 = 1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22:23:24:25:26:27:28:29:30:31:&lt;br /&gt;
32:33:34:35:36:37:38:39:40:41:42:43:44:45:46:47:48:49:50:51:52:53:54:55:56:57:58:59&lt;br /&gt;
| units suffix =  _Things&lt;br /&gt;
| group names = Some&lt;br /&gt;
| x legends = ::::1940::::::::::1950::::::::::1960::::::::::1970::::::::::1980::::::::::1990::::&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
== Drawing Pie charts: &amp;quot;pie chart&amp;quot; ==&lt;br /&gt;
&lt;br /&gt;
===Parameters===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! parameter name !! what it does&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;delimiter&amp;#039;&amp;#039;&amp;#039; || string to delimit multiple values when given. default to colon ( : ). normally you do not want to touch this, it&amp;#039;s provided for the off-chance you&amp;#039;ll want to use colon as part of one of the parameters.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;radius&amp;#039;&amp;#039;&amp;#039; ||number. The radius of the pie in pixels&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;slices&amp;#039;&amp;#039;&amp;#039; || Tuples, in parenthesis. Use delimiter inside the tuple:&lt;br /&gt;
 ( Value1 : Name1 : Color1 : Link1  ) ( Value2 : Name2 : Color2 : Link2 ) ...&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
Names are strings. Colors are optional. you can use any [[Web colors]], such as &amp;quot;red&amp;quot; or &amp;quot;#FF0000&amp;quot;. 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: &amp;lt;nowiki&amp;gt;[[Article|Tooltip]] for internal link, [[#Paragraph name|Tooltip]] for linking to an anchor in same article, or [http://example.org Tooltip] for external link.&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
|{{nowrap|&amp;#039;&amp;#039;&amp;#039;slice n&amp;#039;&amp;#039;&amp;#039;}}|| alternative syntax to &amp;quot;slices&amp;quot;. n is the slice number, beginning with 1. make sure not to skip: if you define &amp;quot;slice 1&amp;quot;, &amp;quot;slice 2&amp;quot;, &amp;quot;slice 4&amp;quot;, &amp;quot;slice 5&amp;quot;..., skipping slice 3, only the first two slices will be shown. this syntax is incompatible with &amp;quot;slices&amp;quot;, i.e., they should not be used in conjunction in the same invocation. Using both &amp;quot;slices&amp;quot; and &amp;quot;slice n&amp;quot; in the same invocation will cause unpredictable results. The value is like a single &amp;quot;tuple&amp;quot; as explained above, but without the parenthesis:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 | slice 1 = Value1 : Name1 : Color1 : Link1&lt;br /&gt;
 | slice 2 = Value2 : Name2 : Color2 : Link2&lt;br /&gt;
 | ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This syntax allows you to use parenthesis in names, links, and colors.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;percent&amp;#039;&amp;#039;&amp;#039;|| 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 &amp;quot;percent&amp;quot;, the legends will become &amp;quot;Younglings: 1 (25%)&amp;quot; and &amp;quot;Elders: 3 (75%)&amp;quot;, instead of simply &amp;quot;Younglings: 1&amp;quot; and &amp;quot;Elders: 3&amp;quot;. Any non-empty value means &amp;quot;yes&amp;quot;. To say &amp;quot;no&amp;quot;, simply do not supply this parameter at all, or leave the value blank.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;{{nowrap|units prefix}}&amp;#039;&amp;#039;&amp;#039; || used in the legend. e.g., defining &amp;quot;units prefix=$&amp;quot;, values will show as &amp;quot;$500&amp;quot; instead of &amp;quot;500&amp;quot; in the legends&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;{{nowrap|units suffix}}&amp;#039;&amp;#039;&amp;#039; || ditto for units suffix. use, e.g. &amp;quot;Kg&amp;quot; so values will show as 88Kg instead of 88 in legend. underscore (&amp;quot;_&amp;quot;) are replaced by spaces, to allow a space between the value and the suffix.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;{{nowrap|hide group legends}}&amp;#039;&amp;#039;&amp;#039; || Setting to true prevents displaying of the group legends under the chart. Any non-empty value means &amp;quot;yes&amp;quot;. To say &amp;quot;no&amp;quot;, simply do not supply this parameter at all, or leave the value blank.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
&lt;br /&gt;
{{#invoke:Chart|pie chart&lt;br /&gt;
| radius = 150&lt;br /&gt;
| slices = &lt;br /&gt;
    ( 1000000 : Apples ) &lt;br /&gt;
    ( 2000000 : Bananas  : gold) &lt;br /&gt;
    ( 1440000 : Apricots ) &lt;br /&gt;
    ( 6.4e5 : Pears : : [[Pear|Pears]] )&lt;br /&gt;
    ( 750,000 : Pineapples )&lt;br /&gt;
| units suffix = _Tonne&lt;br /&gt;
| percent = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#invoke:Chart|pie chart&lt;br /&gt;
| radius = 150&lt;br /&gt;
| slices = &lt;br /&gt;
    ( 1000000 : Apples ) &lt;br /&gt;
    ( 2000000 : Bananas  : gold) &lt;br /&gt;
    ( 1440000 : Apricots ) &lt;br /&gt;
    ( 6.4e5 : Pears : : [[Pear|Pears]] )&lt;br /&gt;
    ( 750,000 : Pineapples )&lt;br /&gt;
| units suffix = _Tonne&lt;br /&gt;
| percent = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#invoke:chart|pie chart&lt;br /&gt;
|radius= 200&lt;br /&gt;
|units suffix = _Units&lt;br /&gt;
| slice 1 = 1 : 1&lt;br /&gt;
| slice 2 = 7 : 7&lt;br /&gt;
| slice 3 = 8 : 8&lt;br /&gt;
| slice 4 = 9 : 9&lt;br /&gt;
| slice 5 = 10 : 10&lt;br /&gt;
| slice 6 = 11 : 11&lt;br /&gt;
| slice 7  = 12 : 12&lt;br /&gt;
| slice 8  = 13 : 13&lt;br /&gt;
| slice 9  = 14 : 14&lt;br /&gt;
| slice 10 = 15 : 15&lt;br /&gt;
| slice 11 = 16 : 16&lt;br /&gt;
| slice 12 = 17 : 17&lt;br /&gt;
| slice 13 = 18 : 18&lt;br /&gt;
| slice 14 = 19 : 19&lt;br /&gt;
| slice 15 = 20 : 20&lt;br /&gt;
| slice 16 = 21 : 21&lt;br /&gt;
| slice 17 = 22 : 22&lt;br /&gt;
| slice 18 = 23 : 23&lt;br /&gt;
| slice 19 = 24 : 24&lt;br /&gt;
| slice 20 = 25 : 25&lt;br /&gt;
| slice 21 = 26 : 26&lt;br /&gt;
| slice 22 = 27 : 27&lt;br /&gt;
| slice 23 = 28 : 28&lt;br /&gt;
| slice 24 = 29 : 29&lt;br /&gt;
| slice 25 = 30 : 30&lt;br /&gt;
| slice 26 = 31 : 31&lt;br /&gt;
| percent = true&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{#invoke:Chart|pie chart&lt;br /&gt;
|radius= 200&lt;br /&gt;
|units suffix = _Units&lt;br /&gt;
| slice 1 = 1 : 1&lt;br /&gt;
| slice 2 = 7 : 7&lt;br /&gt;
| slice 3 = 8 : 8&lt;br /&gt;
| slice 4 = 9 : 9&lt;br /&gt;
| slice 5 = 10 : 10&lt;br /&gt;
| slice 6 = 11 : 11&lt;br /&gt;
| slice 7  = 12 : 12&lt;br /&gt;
| slice 8  = 13 : 13&lt;br /&gt;
| slice 9  = 14 : 14&lt;br /&gt;
| slice 10 = 15 : 15&lt;br /&gt;
| slice 11 = 16 : 16&lt;br /&gt;
| slice 12 = 17 : 17&lt;br /&gt;
| slice 13 = 18 : 18&lt;br /&gt;
| slice 14 = 19 : 19&lt;br /&gt;
| slice 15 = 20 : 20&lt;br /&gt;
| slice 16 = 21 : 21&lt;br /&gt;
| slice 17 = 22 : 22&lt;br /&gt;
| slice 18 = 23 : 23&lt;br /&gt;
| slice 19 = 24 : 24&lt;br /&gt;
| slice 20 = 25 : 25&lt;br /&gt;
| slice 21 = 26 : 26&lt;br /&gt;
| slice 22 = 27 : 27&lt;br /&gt;
| slice 23 = 28 : 28&lt;br /&gt;
| slice 24 = 29 : 29&lt;br /&gt;
| slice 25 = 30 : 30&lt;br /&gt;
| slice 26 = 31 : 31&lt;br /&gt;
| percent = true&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>es&gt;UnLeashedWolfie</name></author>
	</entry>
</feed>