Skip to content

Commit 4234038

Browse files
allow open ended cd graphs
1 parent 55ad823 commit 4234038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Themes/Til Death/BGAnimations/_chorddensitygraph.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ local function updateGraphMultiVertex(parent, realgraph)
6868
hodth = hidth/hodth
6969
local verts = {} -- reset the vertices for the graph
7070
local yOffset = 0 -- completely unnecessary, just a Y offset from the graph
71-
for density = 1,4 do
71+
for density = 1,ncol do
7272
for column = 1,numberOfColumns do
7373
if graphVectors[density][column] > 0 then
7474
local barColor = getColorForDensity(density, ncol)

0 commit comments

Comments
 (0)