for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
Namespace EnergieProduction\Chart\Highcharts\Options;
use EnergieProduction\Chart\Highcharts\Highcharts;
Class XAxis extends Highcharts
{
protected function setCategoriesAttribute(array $value = [])
$this->options['categories'] = $value;
}
protected function setLabelsAttribute(array $value = [])
$this->options['labels'] = ['style' => $value];
protected function setTitleAttribute(array $value = [])
$this->options['title'] = $value;