@@ -59,7 +59,7 @@ discard block |
||
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |
| 62 | - * @return BarChart|ColumnChart |
|
| 62 | + * @return BarChart |
|
| 63 | 63 | */ |
| 64 | 64 | public function getOldChart() |
| 65 | 65 | { |
@@ -67,7 +67,7 @@ discard block |
||
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | /** |
| 70 | - * @return BarChart|ColumnChart |
|
| 70 | + * @return BarChart |
|
| 71 | 71 | */ |
| 72 | 72 | public function getNewChart() |
| 73 | 73 | { |
@@ -57,7 +57,7 @@ discard block |
||
| 57 | 57 | } |
| 58 | 58 | |
| 59 | 59 | /** |
| 60 | - * @return BarChart|ColumnChart |
|
| 60 | + * @return BarChart |
|
| 61 | 61 | */ |
| 62 | 62 | public function getOldChart() |
| 63 | 63 | { |
@@ -65,7 +65,7 @@ discard block |
||
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | - * @return BarChart|ColumnChart |
|
| 68 | + * @return BarChart |
|
| 69 | 69 | */ |
| 70 | 70 | public function getNewChart() |
| 71 | 71 | { |
@@ -65,7 +65,7 @@ |
||
| 65 | 65 | /** |
| 66 | 66 | * @param $options OrgChartOptions |
| 67 | 67 | * |
| 68 | - * @return Map |
|
| 68 | + * @return OrgChart |
|
| 69 | 69 | */ |
| 70 | 70 | public function setOptions($options) |
| 71 | 71 | { |
@@ -210,7 +210,6 @@ |
||
| 210 | 210 | * over each series will display its true value. |
| 211 | 211 | * - 'allfixed' - Same as 'fixed,' but used when multiple scales are displayed. This setting adjusts each scale |
| 212 | 212 | * to the series to which it applies (use this in conjunction with scaleColumns). |
| 213 | - |
|
| 214 | 213 | * If you specify the min and/or max options, they will take precedence over the minimum and maximum values |
| 215 | 214 | * determined by your scale type. |
| 216 | 215 | * |
@@ -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; |