View source for Module:Chart data/xp chart
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
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,
tooltips = {
000
1:0
Template used on this page:
Return to Module:Chart data/xp chart.