hello there!
Is there any way to set the height of the barchart with various data amount? Sometimes i have to draw chart with 5 bars and other time i have to use same chart for 200 bars. I know the property in:
BarChart::create(array(
    "dataStore"=>$this->dataStore('realizations'),
    "width"=>"100%",
    "height"=>"2000px",
    "columns"=>array(
        "NAME"=>array(
but it's kid of "static" value. I need it to be dynamic. Maybe some bar height? The % values also doesn't work. Have you got any ideas?