nevermind, all I had to do was create an instance variable in the
controller like this:
@chartHeight = x + (series_array.length * y)
and pass that into ziya_chart as :height => @chartHeight
Please disregard this thread, unless you know of a more elegant
solution...