ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
parseData (array &$a_data) | |
parseGlobalOptions (stdClass $a_options, ilChart $a_chart) | |
![]() | |
setHidden (bool $a_value) | |
isHidden () | |
setLabel (string $a_value) | |
getLabel () | |
addPoint (float $a_x, ?float $a_y=null) | |
Set data. More... | |
getData () | |
Get data. More... | |
setFill (float $a_value, string $a_color="") | |
getFill () | |
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 () | |
parseDataOptions (array &$a_options) | |
Convert data options to flot config. More... | |
Additional Inherited Members | |
![]() | |
string | $type = "" |
string | $label = "" |
array | $data = [] |
float | $fill = 0 |
string | $fill_color = "" |
bool | $hidden = false |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too. If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Chart data spider series
Definition at line 20 of file class.ilChartDataSpider.php.
|
protected |
Definition at line 22 of file class.ilChartDataSpider.php.
ilChartDataSpider::parseData | ( | array & | $a_data | ) |
Definition at line 27 of file class.ilChartDataSpider.php.
References ilChartData\$fill, ilChartData\getFill(), and ilChart\renderColor().
ilChartDataSpider::parseGlobalOptions | ( | stdClass | $a_options, |
ilChart | $a_chart | ||
) |
Definition at line 37 of file class.ilChartDataSpider.php.
References ilChartData\$label, ilChart\renderColor(), and ilStr\shortenTextExtended().