ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Chart data spider series. More...
Public Member Functions | |
parseData (array &$a_data) | |
parseGlobalOptions (stdClass $a_options, ilChart $a_chart) | |
![]() | |
setHidden ($a_value) | |
Set hidden. More... | |
isHidden () | |
Is hidden? More... | |
setLabel ($a_value) | |
Set label. More... | |
getLabel () | |
Get label. More... | |
addPoint ($a_x, $a_y=null) | |
Set data. More... | |
getData () | |
Get data. More... | |
setFill ($a_value, $a_color=null) | |
Set fill. More... | |
getFill () | |
Get fill. More... | |
parseData (array &$a_data) | |
Convert data to flot config. More... | |
parseGlobalOptions (stdClass $a_options, ilChart $a_chart) | |
Convert (global) properties to flot config. More... | |
Protected Member Functions | |
getTypeString () | |
![]() | |
getTypeString () | |
Get series type. More... | |
parseDataOptions (array &$a_options) | |
Convert data options to flot config. More... | |
Additional Inherited Members | |
![]() | |
$type | |
$label | |
$data | |
$fill | |
$fill_color | |
$hidden | |
|
protected |
Definition at line 15 of file class.ilChartDataSpider.php.
ilChartDataSpider::parseData | ( | array & | $a_data | ) |
Definition at line 20 of file class.ilChartDataSpider.php.
References ilChartData\$fill, ilChartData\getFill(), and ilChart\renderColor().
Definition at line 30 of file class.ilChartDataSpider.php.
References ilChartData\$label, ilChart\renderColor(), and ilUtil\shortenText().