| 1 |
<?php |
<?php |
| 2 |
// $Id: chart.module,v 1.15 2009/07/14 02:45:33 boombatower Exp $ |
// $Id: chart.module,v 1.16 2009/10/21 04:23:09 boombatower Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Provides Google chart API integration. |
* Provides Google chart API integration. |
| 250 |
'#title' => '', |
'#title' => '', |
| 251 |
'#size' => '', |
'#size' => '', |
| 252 |
'#legends' => array(), |
'#legends' => array(), |
| 253 |
|
'#legend_position' => '', |
| 254 |
'#labels' => array(), |
'#labels' => array(), |
| 255 |
'#adjust_resolution' => FALSE, |
'#adjust_resolution' => FALSE, |
| 256 |
'#line_styles' => array(), |
'#line_styles' => array(), |