
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://horts.in/index.php?action=history&amp;feed=atom&amp;title=Chart</id>
	<title>Chart - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://horts.in/index.php?action=history&amp;feed=atom&amp;title=Chart"/>
	<link rel="alternate" type="text/html" href="http://horts.in/index.php?title=Chart&amp;action=history"/>
	<updated>2026-05-07T14:56:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>http://horts.in/index.php?title=Chart&amp;diff=904&amp;oldid=prev</id>
		<title>Raj: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://horts.in/index.php?title=Chart&amp;diff=904&amp;oldid=prev"/>
		<updated>2016-06-23T08:39:10Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:09, 23 June 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Raj</name></author>
	</entry>
	<entry>
		<id>http://horts.in/index.php?title=Chart&amp;diff=903&amp;oldid=prev</id>
		<title>Raj at 18:44, 12 June 2016</title>
		<link rel="alternate" type="text/html" href="http://horts.in/index.php?title=Chart&amp;diff=903&amp;oldid=prev"/>
		<updated>2016-06-12T18:44:27Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Tips]] [[Category:Rajkumar]]&lt;br /&gt;
&lt;br /&gt;
==Sample charts==&lt;br /&gt;
Here are some simple samples of what you can do with pChart for MediaWiki:&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=100%;&lt;br /&gt;
!&amp;lt;!-- Wiki ----------&amp;gt;style=&amp;quot;text-align:left;&amp;quot;|Wiki Markup&lt;br /&gt;
!&amp;lt;!-- Display -------&amp;gt;Display&lt;br /&gt;
|-&lt;br /&gt;
|width=&amp;quot;480px&amp;quot;|Simple bar chart (histogram) with legend (using tag syntax)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;pbars size=800x400 title=&amp;quot;Site Visitors&amp;quot; &lt;br /&gt;
 ymin=0 ymax=10000 legend&amp;gt;&lt;br /&gt;
,Europe,United States,Asia&lt;br /&gt;
Oct,5345,3110,1291&lt;br /&gt;
Nov,3452,3695,1047&lt;br /&gt;
Dec,7843,4712,1305&lt;br /&gt;
&amp;lt;/pbars&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&amp;lt;pbars size=300x150 title=&amp;quot;Site Visitors&amp;quot; &lt;br /&gt;
 ymin=0 ymax=10000 legend&amp;gt;&lt;br /&gt;
,Europe,United States,Asia&lt;br /&gt;
Oct,5345,3110,1291&lt;br /&gt;
Nov,3452,3695,1047&lt;br /&gt;
Dec,7843,4712,1305&lt;br /&gt;
&amp;lt;/pbars&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Simple pie chart (using parser function syntax)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{#pPie: exploded|3d|data=&lt;br /&gt;
Sales,43&lt;br /&gt;
Marketing,21&lt;br /&gt;
Development,56&lt;br /&gt;
Customer Support,23&lt;br /&gt;
Information Technology,31&lt;br /&gt;
Administration,13&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|{{#pPie: exploded|3d|data=&lt;br /&gt;
Sales,43&lt;br /&gt;
Marketing,21&lt;br /&gt;
Development,56&lt;br /&gt;
Customer Support,23&lt;br /&gt;
Information Technology,31&lt;br /&gt;
Administration,13&lt;br /&gt;
}}&lt;br /&gt;
|-&lt;br /&gt;
|Line chart filled and rounded (using tag syntax)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;pLines ymin=0 ymax=10000 axiscolor=888888 cubic filled &lt;br /&gt;
 angle=90 plots legend&amp;gt;&lt;br /&gt;
,US,EU&lt;br /&gt;
Jan,6748,4301&lt;br /&gt;
Feb,3911,5019&lt;br /&gt;
Mar,3019,3941&lt;br /&gt;
Apr,4810,6412&lt;br /&gt;
May,2203,4823&lt;br /&gt;
Jun,4510,4110&lt;br /&gt;
Jul,3918,5510&lt;br /&gt;
Aug,8810,2930&lt;br /&gt;
Sep,7182,3504&lt;br /&gt;
Oct,6911,3881&lt;br /&gt;
Nov,6749,4761&lt;br /&gt;
Dec,7184,4918&lt;br /&gt;
&amp;lt;/pLines&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|&amp;lt;pLines ymin=0 ymax=10000 axiscolor=888888 cubic filled &lt;br /&gt;
 angle=90 plots legend&amp;gt;&lt;br /&gt;
,US,EU&lt;br /&gt;
Jan,6748,4301&lt;br /&gt;
Feb,3911,5019&lt;br /&gt;
Mar,3019,3941&lt;br /&gt;
Apr,4810,6412&lt;br /&gt;
May,2203,4823&lt;br /&gt;
Jun,4510,4110&lt;br /&gt;
Jul,3918,5510&lt;br /&gt;
Aug,8810,2930&lt;br /&gt;
Sep,7182,3504&lt;br /&gt;
Oct,6911,3881&lt;br /&gt;
Nov,6749,4761&lt;br /&gt;
Dec,7184,4918&lt;br /&gt;
&amp;lt;/pLines&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Radar chart filled (using parser function syntax)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{#pRadar: size=300x200|striped|filled|data=&lt;br /&gt;
,Allocated Budget,Actual Spending&lt;br /&gt;
Sales,4,5&lt;br /&gt;
Marketing,2,5&lt;br /&gt;
Development,6,1&lt;br /&gt;
Customer Support,2,1&lt;br /&gt;
IT,3,2&lt;br /&gt;
Administration,1,1&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|{{#pRadar: size=300x200|striped|filled|data=&lt;br /&gt;
,Allocated Budget,Actual Spending&lt;br /&gt;
Sales,4,5&lt;br /&gt;
Marketing,2,5&lt;br /&gt;
Development,6,1&lt;br /&gt;
Customer Support,2,1&lt;br /&gt;
IT,3,2&lt;br /&gt;
Administration,1,1&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Raj</name></author>
	</entry>
</feed>