@@ -52,7 +52,6 @@ |
||
| 52 | 52 | * Set the elements to appear evenly spread along dimension |
| 53 | 53 | * |
| 54 | 54 | * @param string $dimension The dimension where labels will be displayed |
| 55 | - * @param array $labels Labels displayed in this axis |
|
| 56 | 55 | * @return $this |
| 57 | 56 | */ |
| 58 | 57 | public function setAxis($dimension, $axis) { |
@@ -8,8 +8,6 @@ |
||
| 8 | 8 | |
| 9 | 9 | namespace CarlosIO\Geckoboard\Widgets; |
| 10 | 10 | |
| 11 | -use CarlosIO\Geckoboard\Data\LineChartV2\Series; |
|
| 12 | - |
|
| 13 | 11 | /** |
| 14 | 12 | * Class LineChartV2 |
| 15 | 13 | * |