| 1 | <?php |
||
| 12 | class BarChart extends \CMEN\GoogleChartsBundle\GoogleCharts\Charts\BarChart |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * BarChart constructor. |
||
| 16 | */ |
||
| 17 | public function __construct() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @inheritdoc |
||
| 27 | */ |
||
| 28 | public function getPackage() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @inheritdoc |
||
| 35 | */ |
||
| 36 | protected function getLibrary() |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @inheritdoc |
||
| 43 | */ |
||
| 44 | protected function getType() |
||
| 48 | |||
| 49 | /** |
||
| 50 | * @return BarChartOptions |
||
| 51 | */ |
||
| 52 | public function getOptions() |
||
| 56 | } |
||
| 57 |