Modulo:Graph: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
altro bug |
marked all graphs as being vega 1.0. Please upgrade to 2.0 |
||
Riga 205:
end
local graph = {
version = 1,
name = args.name,
width = math.floor(args.graphwidth / 3),
Line 528 ⟶ 529:
local output =
{
version = 1,
width = args.graphwidth,
height = args.graphheight,
|