<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AChart_data%2Fxp_chart</id>
	<title>Module:Chart data/xp chart - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AChart_data%2Fxp_chart"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:Chart_data/xp_chart&amp;action=history"/>
	<updated>2026-06-15T14:42:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=Module:Chart_data/xp_chart&amp;diff=34441&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;local xp = mw.loadData(&#039;Module:Experience/dataunr&#039;) local helper = require(&#039;Module:Chart data&#039;)  local data = { 	type = &#039;scatter&#039;, 	data = { 		datasets = { 			{ 				label = &#039;Standard skill&#039;, 				showLine = true, 				fill = false, 				backgroundColor = tostring(helper.colorPallets.qualitative[1]:fade(0.2)), 				borderColor = tostring(helper.colorPallets.qualitative[1]), 				data = helper.convertToXYFormat(xp) 			} 		} 	}, 	options = { 		maintainAspectRatio = false, 		tool...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=Module:Chart_data/xp_chart&amp;diff=34441&amp;oldid=prev"/>
		<updated>2024-10-16T23:00:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local xp = mw.loadData(&amp;#039;Module:Experience/dataunr&amp;#039;) local helper = require(&amp;#039;Module:Chart data&amp;#039;)  local data = { 	type = &amp;#039;scatter&amp;#039;, 	data = { 		datasets = { 			{ 				label = &amp;#039;Standard skill&amp;#039;, 				showLine = true, 				fill = false, 				backgroundColor = tostring(helper.colorPallets.qualitative[1]:fade(0.2)), 				borderColor = tostring(helper.colorPallets.qualitative[1]), 				data = helper.convertToXYFormat(xp) 			} 		} 	}, 	options = { 		maintainAspectRatio = false, 		tool...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local xp = mw.loadData(&amp;#039;Module:Experience/dataunr&amp;#039;)&lt;br /&gt;
local helper = require(&amp;#039;Module:Chart data&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
local data = {&lt;br /&gt;
	type = &amp;#039;scatter&amp;#039;,&lt;br /&gt;
	data = {&lt;br /&gt;
		datasets = {&lt;br /&gt;
			{&lt;br /&gt;
				label = &amp;#039;Standard skill&amp;#039;,&lt;br /&gt;
				showLine = true,&lt;br /&gt;
				fill = false,&lt;br /&gt;
				backgroundColor = tostring(helper.colorPallets.qualitative[1]:fade(0.2)),&lt;br /&gt;
				borderColor = tostring(helper.colorPallets.qualitative[1]),&lt;br /&gt;
				data = helper.convertToXYFormat(xp)&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	options = {&lt;br /&gt;
		maintainAspectRatio = false,&lt;br /&gt;
		tooltips = {&lt;br /&gt;
			mode = &amp;#039;x&amp;#039;,&lt;br /&gt;
			position = &amp;#039;nearest&amp;#039;,&lt;br /&gt;
			intersect = false&lt;br /&gt;
		},&lt;br /&gt;
		scales = {&lt;br /&gt;
			x = {&lt;br /&gt;
				scaleLabel = {&lt;br /&gt;
					display = true,&lt;br /&gt;
					labelString = &amp;#039;Level&amp;#039;&lt;br /&gt;
				},&lt;br /&gt;
				ticks = {&lt;br /&gt;
                    beginAtZero = true&lt;br /&gt;
                }&lt;br /&gt;
			},&lt;br /&gt;
			y = {&lt;br /&gt;
				scaleLabel = {&lt;br /&gt;
					display = true,&lt;br /&gt;
					labelString = &amp;#039;Experience&amp;#039;&lt;br /&gt;
				},&lt;br /&gt;
				ticks = {&lt;br /&gt;
                    beginAtZero = true&lt;br /&gt;
                }&lt;br /&gt;
			}&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
return data&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>