@@ -50,7 +50,7 @@ |
||
50 | 50 | { |
51 | 51 | $data = array(['label_0', $this->title]); |
52 | 52 | |
53 | - foreach($this->dataProvider->models as $model){ |
|
53 | + foreach ($this->dataProvider->models as $model) { |
|
54 | 54 | $data [] = [ |
55 | 55 | strip_tags(array_shift($model)), |
56 | 56 | array_shift($model) |
@@ -5,5 +5,5 @@ |
||
5 | 5 | |
6 | 6 | class ChartPizza extends GoogleChart |
7 | 7 | { |
8 | - public $visualization = 'PieChart'; |
|
8 | + public $visualization = 'PieChart'; |
|
9 | 9 | } |
10 | 10 | \ No newline at end of file |
@@ -5,5 +5,5 @@ |
||
5 | 5 | |
6 | 6 | class ChartPie extends GoogleChart |
7 | 7 | { |
8 | - public $visualization = 'PieChart'; |
|
8 | + public $visualization = 'PieChart'; |
|
9 | 9 | } |
10 | 10 | \ No newline at end of file |