Content deleted Content added
Match width in series overview |
Custom legend |
||
Line 125:
rgbG = tonumber("0x"..hex:sub(3,4))/256
rgbB = tonumber("0x"..hex:sub(5,6))/256
timeline = timeline .. "\n id:season"..season.." value:rgb("..rgbR..", "..rgbG..", "..rgbB..") legend:"..season_title.."_"..(args["legend" .. season] and args["legend" .. season] or season).."\n"
end
timeline = timeline .. "\n id:bars value:gray(0.95)"
|