44 $this->leg_labels = $a_val;
63 $this->y_max = $a_val;
85 $a_options->grid =
new stdClass();
86 $a_options->grid->hoverable =
false;
87 $a_options->grid->clickable =
false;
90 $a_options->grid->mode =
"spider";
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addCustomJS()
Add type-specific JS script.
setLegLabels(array $a_val)
Set leg labels.
parseGlobalOptions(stdClass $a_options)
Convert (global) properties to flot config.
setYAxisMax(float $a_val)
Set y axis max value.
getLegLabels()
Get leg labels.
getYAxisMax()
Get y axis max value.
isValidDataType(ilChartData $a_series)
Validate data series.
getDataInstance(?int $a_type=null)
Get data series instance.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ilGlobalTemplateInterface $tpl
static renderColor(string $a_value, float $a_opacity=1)
Render html color code.
addJavaScript(string $a_js_file, bool $a_add_version_parameter=true, int $a_batch=2)
Add a javascript file that should be included in the header.