<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="bn">
	<id>https://bn.sarkarverse.org/index.php?action=history&amp;feed=atom&amp;title=%E0%A6%9F%E0%A7%87%E0%A6%AE%E0%A6%AA%E0%A7%8D%E0%A6%B2%E0%A7%87%E0%A6%9F%3ABar_chart%2Fdoc</id>
	<title>টেমপ্লেট:Bar chart/doc - সংশোধনের ইতিহাস</title>
	<link rel="self" type="application/atom+xml" href="https://bn.sarkarverse.org/index.php?action=history&amp;feed=atom&amp;title=%E0%A6%9F%E0%A7%87%E0%A6%AE%E0%A6%AA%E0%A7%8D%E0%A6%B2%E0%A7%87%E0%A6%9F%3ABar_chart%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://bn.sarkarverse.org/index.php?title=%E0%A6%9F%E0%A7%87%E0%A6%AE%E0%A6%AA%E0%A7%8D%E0%A6%B2%E0%A7%87%E0%A6%9F:Bar_chart/doc&amp;action=history"/>
	<updated>2026-05-11T05:19:50Z</updated>
	<subtitle>এই উইকিতে এই পাতার সংশোধনের ইতিহাস</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://bn.sarkarverse.org/index.php?title=%E0%A6%9F%E0%A7%87%E0%A6%AE%E0%A6%AA%E0%A7%8D%E0%A6%B2%E0%A7%87%E0%A6%9F:Bar_chart/doc&amp;diff=174&amp;oldid=prev</id>
		<title>imported&gt;T12: ১ টি সংশোধন</title>
		<link rel="alternate" type="text/html" href="https://bn.sarkarverse.org/index.php?title=%E0%A6%9F%E0%A7%87%E0%A6%AE%E0%A6%AA%E0%A7%8D%E0%A6%B2%E0%A7%87%E0%A6%9F:Bar_chart/doc&amp;diff=174&amp;oldid=prev"/>
		<updated>2014-01-27T13:33:02Z</updated>

		<summary type="html">&lt;p&gt;১ টি সংশোধন&lt;/p&gt;
&lt;p&gt;&lt;b&gt;নতুন পাতা&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- Categories and interwikis go at the bottom of this page. --&amp;gt;&lt;br /&gt;
{{notice|{{tl|Bar chart}} handles up to 4 columns and 25 rows of data }}&lt;br /&gt;
This template can be used to create a horizontal bar chart, scrolling down a page, in a format which can be parsed by text-based web browsers. The data items can be simple numbers, or the result of calculations based on template parameters.&lt;br /&gt;
&lt;br /&gt;
Each data number (data1=7, data2=23...), in column 1, is scaled to parameter &amp;quot;data_max=&amp;quot; and the bars are sized by width in units, such as &amp;quot;bar_width=16&amp;quot; and &amp;quot;width_units=em&amp;quot;. By default, the data numbers are shown within each bar, but might display outside a bar when a relatively small number generates a short bar. Each bar can also have a comment, such as &amp;quot;comment7=xx&amp;quot; to show &amp;quot;(xx)&amp;quot; after the number in bar 7.&lt;br /&gt;
&lt;br /&gt;
For a 2-column bar chart, the 2nd column items have prefix &amp;quot;col2_&amp;quot; such as scale maximum, col2_data_max=110, and col2_data3=67 with col2_comment3=zz. See below: &amp;quot;[[#Example with two data columns|Example with two data columns]]&amp;quot;. Each bar chart can be formatted typically within 1/5 second.&lt;br /&gt;
&lt;br /&gt;
== Usage and parameters ==&lt;br /&gt;
&lt;br /&gt;
:The use of text other than numbers and proper punctuation in a data field will result in an Expression error.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
{{Bar chart&lt;br /&gt;
| title         = &amp;lt;!-- Title bolded above table; defaults to &amp;quot;List of cities by population&amp;quot; in {bar_chart}. --&amp;gt;&lt;br /&gt;
| class         = &amp;lt;!-- Adds a class= parameter after the {| wikitable header --&amp;gt;&lt;br /&gt;
| table_width   = &amp;lt;!-- Sets the overall table width in width_units (or em if width_units is not present) --&amp;gt;&lt;br /&gt;
| table_style   = &amp;lt;!-- Additional parameters to be added to the table&amp;#039;s style parameter --&amp;gt;&lt;br /&gt;
| bar_width     = &amp;lt;!-- uses 30 by default. Must be an unformatted number --&amp;gt;&lt;br /&gt;
| width_units   = &amp;lt;!-- uses &amp;#039;em&amp;#039; units by default --&amp;gt;&lt;br /&gt;
| label_type    = &amp;lt;!-- Title for the label column; defaults to &amp;quot;City&amp;quot;. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| label1        = &amp;lt;!-- Row 1 label --&amp;gt;&lt;br /&gt;
| label2        = &amp;lt;!-- Row 2 label --&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
| label25       = &amp;lt;!-- Row 25 label --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| data_type     = &amp;lt;!-- Title for column 1 data. In {{Bar chart}}, defaults to &amp;quot;Population&amp;quot;. --&amp;gt;&lt;br /&gt;
| data_max      = &amp;lt;!-- Upper bound on the values in column 1 data fields (uses data1 if not present) --&amp;gt;&lt;br /&gt;
| data1         = &amp;lt;!-- Row 1, Column 1 data --&amp;gt;&lt;br /&gt;
| comment1      = &amp;lt;!-- Row 1, Column 1 comment --&amp;gt;&lt;br /&gt;
| data2         = &amp;lt;!-- Row 2, Column 1 data --&amp;gt;&lt;br /&gt;
| comment2      = &amp;lt;!-- Row 2, Column 1 comment --&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
| data25        = &amp;lt;!-- Row 25, Column 1 data. {{Bar chart 4x9}} only supports up to data9. --&amp;gt;&lt;br /&gt;
| comment25     = &amp;lt;!-- Row 25, Column 1 comment. {{Bar chart 4x9}} only supports up to comment9.  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
| col2_data_type= &amp;lt;!-- Title for column 2 data --&amp;gt;&lt;br /&gt;
| col2_data_max = &amp;lt;!-- Upper bound on the values in column 2 data fields (uses col2_data1 if not present) --&amp;gt;&lt;br /&gt;
| col2_data1    = &amp;lt;!-- Row 1, Column 2 data --&amp;gt;&lt;br /&gt;
| col2_comment1 = &amp;lt;!-- Row 1, Column 2 comment --&amp;gt;&lt;br /&gt;
| col2_data2    = &amp;lt;!-- Row 2, Column 2 data --&amp;gt;&lt;br /&gt;
| col2_comment2 = &amp;lt;!-- Row 2, Column 2 comment --&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
| col2_data25   = &amp;lt;!-- Row 25, Column 2 data. {{Bar chart 4x9}} only supports up to col2_data9.  --&amp;gt;&lt;br /&gt;
| col2_comment25= &amp;lt;!-- Row 25, Column 2 comment. {{Bar chart 4x9}} only supports up to col2_comment9.  --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Alignment ==&lt;br /&gt;
To float the bar chart on the right of the page, use&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
| float       = right&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To float the bar chart on the left of the page, use&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
| float       = left&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
To float the bar chart to the center of the page, use&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
| float       = center&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The default is none.&lt;br /&gt;
&lt;br /&gt;
== Caption ==&lt;br /&gt;
To add a caption to the bottom of the chart, use&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
| caption     = &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
{{Bar chart&lt;br /&gt;
| title       = Largest cities of Foo, 2009 Census&lt;br /&gt;
| label_type  = City&lt;br /&gt;
| data_type   = Population&lt;br /&gt;
| bar_width   = 35&lt;br /&gt;
| width_units = em&lt;br /&gt;
| data_max    = 600000&lt;br /&gt;
| label1   = City1&lt;br /&gt;
| data1    = 540,921&lt;br /&gt;
| label2   = City2&lt;br /&gt;
| data2    = 194,343&lt;br /&gt;
| label3   = City3&lt;br /&gt;
| data3    = 190,414&lt;br /&gt;
| label4   = City4&lt;br /&gt;
| data4    = 134,669&lt;br /&gt;
| label5   = City5&lt;br /&gt;
| data5    = 114,983&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Bar chart&lt;br /&gt;
| title       = Largest cities of Foo, 2009 Census&lt;br /&gt;
| label_type  = City&lt;br /&gt;
| data_type   = Population&lt;br /&gt;
| bar_width   = 35&lt;br /&gt;
| width_units = em&lt;br /&gt;
| data_max    = 600000&lt;br /&gt;
| label1   = City1&lt;br /&gt;
| data1    = 540,921&lt;br /&gt;
| label2   = City2&lt;br /&gt;
| data2    = 194,343&lt;br /&gt;
| label3   = City3&lt;br /&gt;
| data3    = 190,414&lt;br /&gt;
| label4   = City4&lt;br /&gt;
| data4    = 134,669&lt;br /&gt;
| label5   = City5&lt;br /&gt;
| data5    = 114,983&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example with comments ==&lt;br /&gt;
{{Bar chart&lt;br /&gt;
| title      = Annual [[revenue passenger]] statistics&lt;br /&gt;
| label_type = Year&lt;br /&gt;
| data_type  = Passengers (% change from prior year)&lt;br /&gt;
| data_max   = 170,000&lt;br /&gt;
| label3  = 2003-04 | data3  = 110,649 | comment3  = +17.8%&lt;br /&gt;
| label4  = 2004-05 | data4  = 130,429 | comment4  = +17.9%&lt;br /&gt;
| label5  = 2005-06 | data5  = 138,547 | comment5  =  +6.2%&lt;br /&gt;
| label6  = 2006-07 | data6  = 138,844 | comment6  =  +0.2%&lt;br /&gt;
| label7  = 2007-08 | data7  = 149,544 | comment7  =  +7.7%&lt;br /&gt;
| label8  = 2008-09 | data8  = 148,435 | comment8  =  -0.7%&lt;br /&gt;
| label9  = 2009-10 | data9  = 168,147 | comment9  = +13.3%&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Bar chart&lt;br /&gt;
| title      = Annual [[revenue passenger]] statistics&lt;br /&gt;
| label_type = Year&lt;br /&gt;
| data_type  = Passengers (% change from prior year)&lt;br /&gt;
| data_max   = 170,000&lt;br /&gt;
| label3  = 2003-04 | data3  = 110,649 | comment3  = +17.8%&lt;br /&gt;
| label4  = 2004-05 | data4  = 130,429 | comment4  = +17.9%&lt;br /&gt;
| label5  = 2005-06 | data5  = 138,547 | comment5  =  +6.2%&lt;br /&gt;
| label6  = 2006-07 | data6  = 138,844 | comment6  =  +0.2%&lt;br /&gt;
| label7  = 2007-08 | data7  = 149,544 | comment7  =  +7.7%&lt;br /&gt;
| label8  = 2008-09 | data8  = 148,435 | comment8  =  -0.7%&lt;br /&gt;
| label9  = 2009-10 | data9  = 168,147 | comment9  = +13.3%&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Example with two data columns ==&lt;br /&gt;
{{Bar chart&lt;br /&gt;
| title       = Annual passenger and aircraft statistics&lt;br /&gt;
| bar_width   = 20&lt;br /&gt;
| width_units = em&lt;br /&gt;
| label_type  = [[Fiscal year]]&lt;br /&gt;
| label1  = 2001-02&lt;br /&gt;
| label2  = 2002-03&lt;br /&gt;
| label3  = 2003-04&lt;br /&gt;
| label4  = 2004-05&lt;br /&gt;
| label5  = 2005-06&lt;br /&gt;
| label6  = 2006-07&lt;br /&gt;
| label7  = 2007-08&lt;br /&gt;
| label8  = 2008-09&lt;br /&gt;
| label9  = 2009-10&lt;br /&gt;
| data_type = Revenue passengers&lt;br /&gt;
| data_max  = 66,000&lt;br /&gt;
| data1  = 20,194&lt;br /&gt;
| data2  = 22,057&lt;br /&gt;
| data3  = 34,794&lt;br /&gt;
| data4  = 49,234&lt;br /&gt;
| data5  = 57,732&lt;br /&gt;
| data6  = 64,881&lt;br /&gt;
| data7  = 63,904&lt;br /&gt;
| data8  = 54,718&lt;br /&gt;
| data9  = 52,210&lt;br /&gt;
| col2_data_type = Aircraft movements&lt;br /&gt;
| col2_data_max  = 3,200&lt;br /&gt;
| col2_data1  = 2,281&lt;br /&gt;
| col2_data2  = 2,633&lt;br /&gt;
| col2_data3  = 2,664&lt;br /&gt;
| col2_data4  = 2,754&lt;br /&gt;
| col2_data5  = 3,004&lt;br /&gt;
| col2_data6  = 2,956&lt;br /&gt;
| col2_data7  = 2,912&lt;br /&gt;
| col2_data8  = 2,811&lt;br /&gt;
| col2_data9  = 2,791&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;pre style=&amp;quot;overflow: auto&amp;quot;&amp;gt;&lt;br /&gt;
{{Bar chart&lt;br /&gt;
| title       = Annual passenger and aircraft statistics&lt;br /&gt;
| bar_width   = 20&lt;br /&gt;
| width_units = em&lt;br /&gt;
| label_type  = [[Fiscal year]]&lt;br /&gt;
| label1  = 2001-02&lt;br /&gt;
| label2  = 2002-03&lt;br /&gt;
| label3  = 2003-04&lt;br /&gt;
| label4  = 2004-05&lt;br /&gt;
| label5  = 2005-06&lt;br /&gt;
| label6  = 2006-07&lt;br /&gt;
| label7  = 2007-08&lt;br /&gt;
| label8  = 2008-09&lt;br /&gt;
| label9  = 2009-10&lt;br /&gt;
| data_type = Revenue passengers&lt;br /&gt;
| data_max  = 66,000&lt;br /&gt;
| data1  = 20,194&lt;br /&gt;
| data2  = 22,057&lt;br /&gt;
| data3  = 34,794&lt;br /&gt;
| data4  = 49,234&lt;br /&gt;
| data5  = 57,732&lt;br /&gt;
| data6  = 64,881&lt;br /&gt;
| data7  = 63,904&lt;br /&gt;
| data8  = 54,718&lt;br /&gt;
| data9  = 52,210&lt;br /&gt;
| col2_data_type = Aircraft movements&lt;br /&gt;
| col2_data_max  = 3,200&lt;br /&gt;
| col2_data1  = 2,281&lt;br /&gt;
| col2_data2  = 2,633&lt;br /&gt;
| col2_data3  = 2,664&lt;br /&gt;
| col2_data4  = 2,754&lt;br /&gt;
| col2_data5  = 3,004&lt;br /&gt;
| col2_data6  = 2,956&lt;br /&gt;
| col2_data7  = 2,912&lt;br /&gt;
| col2_data8  = 2,811&lt;br /&gt;
| col2_data9  = 2,791&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* {{tl|Historical populations}} (meets [[wp:accessibility|accessibility guidelines]])&lt;br /&gt;
* {{tl|Bar box}}, shows bar chart with a text column after the bars or bar-pairs&lt;br /&gt;
* {{tl|Pie chart}}, shows pie wedges in a circular [[pie chart]]&lt;br /&gt;
* {{tl|Brick chart}}, shows brick segments in a rectangular &amp;quot;pie chart&amp;quot;&lt;br /&gt;
* {{tl|Vertical bar chart}} (does not meet [[wp:accessibility|accessibility guidelines]] due to the lack of alternative text)&lt;br /&gt;
* [[WP:Graphs]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Categories and interwikis go here: --&amp;gt;&lt;br /&gt;
[[Category:Bar chart templates]]&lt;br /&gt;
&lt;br /&gt;
[[bs:Šablon:Trakasti grafikon]]&lt;br /&gt;
[[ur:سانچہ:Bar graph]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;T12</name></author>
	</entry>
</feed>