Definition at line 87 of file histogram.inc.
◆ __construct()
GroupedHistogramSeries::__construct |
( |
|
$type, |
|
|
|
$title |
|
) |
| |
◆ addSeries()
GroupedHistogramSeries::addSeries |
( |
|
$series | ) |
|
◆ toScript()
GroupedHistogramSeries::toScript |
( |
| ) |
|
Reimplemented from HistogramSeries.
Definition at line 104 of file histogram.inc.
107 $out =
"(new GroupedHistogramSeries('{$this->type}', '". jsSafe($this->
title) .
"', $options))";
108 foreach($this->children as $child)
110 $kid = $child->toScript();
111 $out .=
".addSeries({$kid})";
◆ $children
GroupedHistogramSeries::$children = array() |
◆ $title
GroupedHistogramSeries::$title |
◆ $type
GroupedHistogramSeries::$type |
The documentation for this class was generated from the following file: