1 | <?php |
||
8 | class WebsiteEventsChartProvider extends WebsiteChartProvider |
||
9 | { |
||
10 | /** |
||
11 | * {@inheritdoc} |
||
12 | */ |
||
13 | protected function getNumberOfShadeColors($data) |
||
17 | |||
18 | /** |
||
19 | * {@inheritdoc} |
||
20 | */ |
||
21 | protected function formatGroup(array $row) |
||
25 | |||
26 | /** |
||
27 | * {@inheritdoc} |
||
28 | */ |
||
29 | protected function getData(array $customers) |
||
36 | } |
||
37 |