|
Umfragen
|
Public Member Functions | |
| __construct ($data) | |
| initialises the chart and it's data | |
| display () | |
Public Member Functions inherited from chart | |
| __construct () | |
| test_many_colors () | |
| set_config ($name, $value) | |
| get_config ($name) | |
| __get ($name) | |
| __set ($name, $value) | |
| display_generic ($method) | |
| display function generic part. | |
Additional Inherited Members | |
Protected Attributes inherited from chart | |
| $data = array( ) | |
| $data_js = "" | |
| $colors | |
| $config | |
Definition at line 625 of file chart.class.php.
| __construct | ( | $data | ) |
initialises the chart and it's data
| array | $data | data is like this: data = array( 1,2,3,2,3 ) |
Definition at line 634 of file chart.class.php.
| display | ( | ) |
Definition at line 656 of file chart.class.php.