41        $this->leg_labels = $a_val;
 
   60        $this->y_max = $a_val;
 
   82        $a_options->grid = 
new stdClass();
 
   83        $a_options->grid->hoverable = 
false;
 
   84        $a_options->grid->clickable = 
false;
 
   87        $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...
 
getDataInstance(int $a_type=null)
Get data series instance.
 
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.
 
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.