| 1 | <?php |
||
| 12 | class LineChart extends \CMEN\GoogleChartsBundle\GoogleCharts\Charts\LineChart |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * LineChart constructor. |
||
| 16 | */ |
||
| 17 | public function __construct() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @inheritdoc |
||
| 26 | */ |
||
| 27 | public function getPackage() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @inheritdoc |
||
| 34 | */ |
||
| 35 | protected function getLibrary() |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @inheritdoc |
||
| 42 | */ |
||
| 43 | protected function getType() |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @return LineChartOptions |
||
| 50 | */ |
||
| 51 | public function getOptions() |
||
| 55 | } |
||
| 56 |