for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\LineChart\Material;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\Material\Chart;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\Material\MaterialTrait;
/**
* Class LineChartOptions
*
* @author Christophe Meneses
*/
class LineChartOptions extends \CMEN\GoogleChartsBundle\GoogleCharts\Options\LineChart\LineChartOptions
{
use MaterialTrait;
* LineChartOptions constructor.
public function __construct()
parent::__construct();
$this->chart = new Chart();
}