Very nice, indeed.

Code: Select all
Test1,1
Test2,2
Test3,1
Test4,145
Test5,8
Test6,5
Test7,158
Test8,4
Test9,8
Test10,4
Test11,33
Test12,211
Test13,1100
Test14,130
Test15,39
Test16,19
Test17,19
Test18,41
Test19,5
Test20,4
Code: Select all
iScoreX = ((iChartX0 + iW) - (TextWidth(StrD(Scores.Player()\iScore,0)) + 5))
If iScoreX < 150 : iScoreX = 150 : EndIf ; ADD this line after the above line, in proc DrawBarChart()