Module:Chart: Difference between revisions

Content deleted Content added
reverting to previous version per talk page. I have no time to work on this further
Implement requested move and other cleanup
Line 1:
--<source lang=lua>
--[[
keywords are used for languages: they are the names of the actual
Line 31 ⟶ 30:
} -- here is what you want to translate
 
local defColors = require mw.loadData("Module:PlotterChart/DefaultColorsDefault colors")
local hideGroupLegends
 
Line 447 ⟶ 446:
[keywords.pieChart] = pieChart,
}
--</source>