Definition at line 118 of file histogram.inc.
◆ __construct()
StackedHistogramSeries::__construct |
( |
|
$type, |
|
|
|
$title |
|
) |
| |
◆ addSeries()
StackedHistogramSeries::addSeries |
( |
|
$series | ) |
|
◆ toScript()
StackedHistogramSeries::toScript |
( |
| ) |
|
Reimplemented from HistogramSeries.
Definition at line 135 of file histogram.inc.
138 $out =
"(new StackedHistogramSeries('{$this->type}', '". jsSafe($this->
title) .
"', $options))";
139 foreach($this->children as $child)
141 $kid = $child->toScript();
142 $out .=
".addSeries({$kid})";
◆ $children
StackedHistogramSeries::$children = array() |
◆ $title
StackedHistogramSeries::$title |
◆ $type
StackedHistogramSeries::$type |
The documentation for this class was generated from the following file: