<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2FAude%2FPopulationChart</id>
	<title>Module:Sandbox/Aude/PopulationChart - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3ASandbox%2FAude%2FPopulationChart"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/Aude/PopulationChart&amp;action=history"/>
	<updated>2026-06-19T06:15:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Sandbox/Aude/PopulationChart&amp;diff=145170&amp;oldid=prev</id>
		<title>imported&gt;Yurik: updated to vega2.0 mw:Extension:Graph/Vega_2.0</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Sandbox/Aude/PopulationChart&amp;diff=145170&amp;oldid=prev"/>
		<updated>2015-12-15T15:15:11Z</updated>

		<summary type="html">&lt;p&gt;updated to vega2.0 &lt;a href=&quot;https://www.mediawiki.org/wiki/Extension:Graph/Vega_2.0&quot; class=&quot;extiw&quot; title=&quot;mw:Extension:Graph/Vega 2.0&quot;&gt;mw:Extension:Graph/Vega_2.0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
local json = {&lt;br /&gt;
	version = 2,&lt;br /&gt;
	width = 400,&lt;br /&gt;
	height = 200,&lt;br /&gt;
	data = {&lt;br /&gt;
		{&lt;br /&gt;
			name = &amp;quot;table&amp;quot;,&lt;br /&gt;
			values = {}&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	scales = {&lt;br /&gt;
		{&lt;br /&gt;
			name = &amp;quot;x&amp;quot;,&lt;br /&gt;
			type = &amp;quot;ordinal&amp;quot;,&lt;br /&gt;
			range = &amp;quot;width&amp;quot;,&lt;br /&gt;
			domain = { data = &amp;quot;table&amp;quot;, field= &amp;quot;x&amp;quot; }&lt;br /&gt;
		},&lt;br /&gt;
		{&lt;br /&gt;
			name = &amp;quot;y&amp;quot;,&lt;br /&gt;
			range = &amp;quot;height&amp;quot;,&lt;br /&gt;
			nice = true,&lt;br /&gt;
			domain = { data = &amp;quot;table&amp;quot;, field = &amp;quot;y&amp;quot; }&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function p.main(frame)&lt;br /&gt;
	return tostring(mw.html.create(&amp;quot;div&amp;quot;)&lt;br /&gt;
		:css(&amp;quot;border&amp;quot;, &amp;quot;solid 1px #000&amp;quot;)&lt;br /&gt;
		:wikitext(mw.getCurrentFrame():extensionTag(&amp;quot;graph&amp;quot;, mw.text.jsonEncode(json)))&lt;br /&gt;
	)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Yurik</name></author>
	</entry>
</feed>