@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace CMEN\GoogleChartsBundle\GoogleCharts; |
4 | 4 | |
5 | -use CMEN\GoogleChartsBundle\Exception\GoogleChartsException; |
|
6 | -use CMEN\GoogleChartsBundle\GoogleCharts\Charts\Diff\DiffChart; |
|
5 | +use CMEN\GoogleChartsBundle\Exception\GoogleChartsException; |
|
6 | +use CMEN\GoogleChartsBundle\GoogleCharts\Charts\Diff\DiffChart; |
|
7 | 7 | use CMEN\GoogleChartsBundle\GoogleCharts\Options\ChartOptionsDraw; |
8 | 8 | |
9 | 9 | /** |
@@ -95,7 +95,6 @@ |
||
95 | 95 | * - A country, specified by its ISO 3166-1 alpha-2 code, e.g., 'AU' for Australia. |
96 | 96 | * - A state in the United States, specified by its ISO 3166-2:US code, e.g., 'US-AL' for Alabama. Note that |
97 | 97 | * the resolution option must be set to either 'provinces' or 'metros'. |
98 | - |
|
99 | 98 | * @var string |
100 | 99 | */ |
101 | 100 | protected $region; |
@@ -95,7 +95,6 @@ |
||
95 | 95 | * - A country, specified by its ISO 3166-1 alpha-2 code, e.g., 'AU' for Australia. |
96 | 96 | * - A state in the United States, specified by its ISO 3166-2:US code, e.g., 'US-AL' for Alabama. Note that |
97 | 97 | * the resolution option must be set to either 'provinces' or 'metros'. |
98 | - |
|
99 | 98 | * @var string |
100 | 99 | */ |
101 | 100 | protected $region; |