![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$chart = new Histogram("histogram", 600, 400, 50, 50, 400, 300, "standard") | |
$chart | ticks = 5 |
$chart | max = 100 |
$chart | morphing = true |
$series = new HistogramSeries("block", "Series 1", array(10, 40, 20, 80)) | |
$series2 = new HistogramSeries("block", "Series 2", array(30, 20, 40, 90)) | |
$series3 = new HistogramSeries("block", "Series 3", array(20, 50, 40, 30)) | |
$series4 = new HistogramSeries("block", "Series 4", array(90, 20, 10, 50)) | |
$chart = new Histogram("histogram", 600, 400, 50, 50, 400, 300, "standard") |
Definition at line 4 of file test_morphing_histogram.inc.
$series = new HistogramSeries("block", "Series 1", array(10, 40, 20, 80)) |
Definition at line 10 of file test_morphing_histogram.inc.
$series2 = new HistogramSeries("block", "Series 2", array(30, 20, 40, 90)) |
Definition at line 13 of file test_morphing_histogram.inc.
$series3 = new HistogramSeries("block", "Series 3", array(20, 50, 40, 30)) |
Definition at line 17 of file test_morphing_histogram.inc.
$series4 = new HistogramSeries("block", "Series 4", array(90, 20, 10, 50)) |
Definition at line 21 of file test_morphing_histogram.inc.
$chart max = 100 |
Definition at line 7 of file test_morphing_histogram.inc.
$chart morphing = true |
Definition at line 8 of file test_morphing_histogram.inc.
$chart ticks = 5 |
Definition at line 6 of file test_morphing_histogram.inc.