Hi, thanks for your answer!
Maybe it doesn't even passes the title parameters, since not even the 'text' shows up?
"dataStore"=>$this->dataStore("data"),
"columns" => array(
...
),
"colorScheme"=>array(
...
),
"options" => array(
'chartArea' => array(
'left'=>45,
'right'=>20
),
"title"=>array(
"fontFamily"=>"'Raleway', sans-serif",
"fontSize"=>21,
"display"=>true,
"text"=>"HEADER TEXT",
"position"=>"top",
"padding"=>10
),
"legend"=>array(
"position"=> 'top',
"alignment"=>"end"
),
"bar"=>array(
"groupWidth"=> 50
),
"vAxis"=>array(
"textStyle"=>array(
"bold"=>"true"
)
),
"hAxis"=>array(
"textStyle"=>array(
"bold"=>"true"
)
),
),