for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace OroCRM\Bundle\MagentoBundle\Provider;
/**
* {@inheritdoc}
*/
class WebsiteEventsChartProvider extends WebsiteChartProvider
{
protected function getNumberOfShadeColors($data)
return 0;
}
protected function formatGroup(array $row)
return $this->getLegendLabel($row['name']);
protected function getData(array $customers)
return $this->visitEventProvider->getCustomerEventsCountByDate(
$customers,
$this->getEvents()
);