Alex
Created page with "local xp = mw.loadData('Module:Experience/dataunr') local helper = require('Module:Chart data') local data = { type = 'scatter', data = { datasets = { { label = 'Standard skill', 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..."