Module:Chart data/xp chart: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

  • curprev 00:0000:00, 17 October 2024Alex talk contribs 908 bytes +908 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..."