I am trying to convert some apple chart examples from javascript to coffeescript. Having a tough time trying to figure out how to write this for loop in coffee script. Thanks for any help in advance
for (scale = maxVal; scale >= 0; scale -= stepSize) {...}