for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\GanttChart;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\ColorTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontNameTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontSizeTrait;
/**
* The styles for task labels.
*
* @author Christophe Meneses
*/
class LabelStyle
{
use FontNameTrait;
use FontSizeTrait;
use ColorTrait;
}