for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace CMEN\GoogleChartsBundle\GoogleCharts\Options\SankeyDiagram;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\BoldTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\ColorTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontNameTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\FontSizeTrait;
use CMEN\GoogleChartsBundle\GoogleCharts\Options\ItalicTrait;
/**
* @author Christophe Meneses
*/
class Label
{
use ColorTrait;
use FontNameTrait;
use FontSizeTrait;
use BoldTrait;
use ItalicTrait;
}