Alex
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..."