1 | <?php |
||
12 | class ScatterChart extends \CMEN\GoogleChartsBundle\GoogleCharts\Charts\ScatterChart |
||
13 | { |
||
14 | /** |
||
15 | * ScatterChart 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 ScatterChartOptions |
||
50 | */ |
||
51 | public function getOptions() |
||
55 | } |
||
56 |