|
ILIAS
Release_5_0_x_branch Revision 61816
|
Chart data spider series. More...
Inheritance diagram for ilChartDataSpider:
Collaboration diagram for ilChartDataSpider:Public Member Functions | |
| parseData (array &$a_data) | |
| Convert data to flot config. | |
| parseGlobalOptions (stdClass $a_options, ilChart $a_chart) | |
| Convert (global) properties to flot config. | |
Public Member Functions inherited from ilChartData | |
| setHidden ($a_value) | |
| Set hidden. | |
| isHidden () | |
| Is hidden? | |
| setLabel ($a_value) | |
| Set label. | |
| getLabel () | |
| Get label. | |
| addPoint ($a_x, $a_y=null) | |
| Set data. | |
| getData () | |
| Get data. | |
| setFill ($a_value, $a_color=null) | |
| Set fill. | |
| getFill () | |
| Get fill. | |
Protected Member Functions | |
| getTypeString () | |
| Get series type. | |
Protected Member Functions inherited from ilChartData | |
| parseDataOptions (array &$a_options) | |
| Convert data options to flot config. | |
Additional Inherited Members | |
Protected Attributes inherited from ilChartData | |
| $type | |
| $label | |
| $data | |
| $fill | |
| $fill_color | |
| $hidden | |
|
protected |
Get series type.
Reimplemented from ilChartData.
Definition at line 15 of file class.ilChartDataSpider.php.
| ilChartDataSpider::parseData | ( | array & | $a_data | ) |
Convert data to flot config.
| array | $a_data |
Reimplemented from ilChartData.
Definition at line 20 of file class.ilChartDataSpider.php.
References ilChartData\$fill, ilChartData\getFill(), and ilChart\renderColor().
Here is the call graph for this function:| ilChartDataSpider::parseGlobalOptions | ( | stdClass | $a_options, |
| ilChart | $a_chart | ||
| ) |
Convert (global) properties to flot config.
| object | $a_options | |
| ilChart | $a_chart |
Reimplemented from ilChartData.
Definition at line 31 of file class.ilChartDataSpider.php.
References ilChartData\$label, ilChart\renderColor(), and ilUtil\shortenText().
Here is the call graph for this function: