4include_once
"Services/Chart/classes/class.ilChartData.php";
30 $this->line_width = (int)$a_value;
50 $this->steps = (bool)$a_value;
68 $a_options[
"lineWidth"] = $width;
73 $a_options[
"steps"] =
true;
An exception for terminatinating execution or to throw for unit testing.
getLineSteps()
Get line steps.
setLineSteps($a_value)
Set line steps.
getLineWidth()
Get line width.
setLineWidth($a_value)
Set line width.
parseDataOptions(array &$a_options)
Convert data options to flot config.
getTypeString()
Get series type.
Abstract chart data series base class.