Detailed Description
Definition at line 559 of file chart.class.php.
Constructor & Destructor Documentation
initialises the chart and it's data
- Parameters
-
array | $data | data is like this: data = array( "labels" => array("Label1","label2",...) , "datasets" => array( array(1,2,3) , array(4,5,6) , ... ) where "Label2" would be the label for the second dataset (4,5,6) |
Definition at line 570 of file chart.class.php.
Member Function Documentation
The documentation for this class was generated from the following file: