4include_once
"Services/Chart/classes/class.ilChartData.php";
30 $this->line_width = (int) $a_value;
50 $this->radius = (int) $a_value;
66 if ($width !==
null) {
67 $a_options[
"lineWidth"] = $width;
An exception for terminatinating execution or to throw for unit testing.
Chart data points series.
setLineWidth($a_value)
Set line width.
getTypeString()
Get series type.
getLineWidth()
Get line width.
setPointRadius($a_value)
Set radius.
getPointRadius()
Get radius.
parseDataOptions(array &$a_options)
Convert data options to flot config.
Abstract chart data series base class.