Content deleted Content added
Add changing increment |
Reverted to revision 761864818 by AlexTheWhovian (talk): Failed. Has to be an integer. (TW) |
||
Line 95:
end
end
-- Further parameters, with rounded-up viewer figures as maximum period
timeline = timeline .. "DateFormat = x.y\n"
timeline = timeline .. "Period = from:0 till:" .. math.ceil(maxviewers) .. "\n"
timeline = timeline .. "TimeAxis = orientation:vertical\n"
timeline = timeline .. "ScaleMajor = gridcolor:a increment:
timeline = timeline .. "Legend = orientation:horizontal\n"
|