All public logs
Combined display of all available logs of RuneRealm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:00, 17 October 2024 Alex talk contribs created page Module:Chart data/test chart (Created page with "local helper = require('Module:Chart data') local data = { type = 'scatter', data = { datasets = { { label = 'line 1', showLine = true, fill = false, backgroundColor = tostring(helper.colorPallets.qualitative[1]:fade(0.2)), borderColor = tostring(helper.colorPallets.qualitative[1]), data = helper.generateXYFromFunc(function(x) return x/10 end, 1, 100, 10) }, { label = 'line 2', showLine = true, fill = false, backgroun...")