Test: Difference between revisions

Test
[checked revision][checked revision]
Content deleted Content added
Tag: 2017 source edit
Tag: 2017 source edit
Line 86:
Click and test: [[Special:CiteThisPage/Test]]
<br/><br/>
 
 
= Chart <ref>[[mediawikiwiki:Extension:Chart]]</ref> =
Chart extension replaces [[Test#Graph Graph]] extension.
 
==== Line ====
 
{{#chart:Example.Line.chart}}
 
==== Bar ====
 
{{#chart:Example.Bar.chart}}
 
==== Area ====
 
{{#chart:Example.Area.chart}}
 
==== Pie ====
 
Pie charts are a special chart type, and data sources may require modification to be rendered appropriately.
 
When reading data, any non-number columns (e.g., the x-axis) will be discarded, and the sum of all rows will be represented on the chart.
 
For example, where multiple rows depict values for A, B, and C on numerous dates, e.g., January 1st and January 2nd, the pie chart segment for A will represent the sum of all A's row values across those dates.
{{#chart:Example.Pie.chart}}
 
= CLDR<ref>[[mediawikiwiki:Extension:CLDR]]</ref> =