|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilChartDataSpider:
Collaboration diagram for ilChartDataSpider:Public Member Functions | |
| parseData (array &$a_data) | |
| Convert data to flot config. More... | |
| parseGlobalOptions (stdClass $a_options, ilChart $a_chart) | |
| Convert (global) properties to flot config. More... | |
Public Member Functions inherited from ilChartData | |
| 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 () | |
Protected Member Functions inherited from ilChartData | |
| getTypeString () | |
| parseDataOptions (array &$a_options) | |
| Convert data options to flot config. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ilChartData | |
| 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 |
Reimplemented from ilChartData.
Definition at line 22 of file class.ilChartDataSpider.php.
| ilChartDataSpider::parseData | ( | array & | $a_data | ) |
Convert data to flot config.
Reimplemented from ilChartData.
Definition at line 27 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.
Reimplemented from ilChartData.
Definition at line 37 of file class.ilChartDataSpider.php.
References ilChartData\$label, ilChart\renderColor(), and ilStr\shortenTextExtended().
Here is the call graph for this function: