Completed
Push — master ( c0487a...d4e459 )
by
unknown
01:57
created
src/Config/charts.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -4,18 +4,18 @@
 block discarded – undo
4 4
 
5 5
 	'options' => [
6 6
 		'available_types' => [
7
-			'title' => ['text','align','style'],
7
+			'title' => ['text', 'align', 'style'],
8 8
 			'legend' => ['itemStyle'],
9
-			'plotOptions' => ['plotOption','shared','valueSuffix','series'],
10
-			'subtitle' => ['text','style'],
11
-			'xAxis' => ['title','categories','tickWidth','gridLineWidth','labels'],
12
-			'yAxis' => ['title','label','showFirstLabel'],
13
-			'chart' => ['style','backgroundColor','borderColor','borderRadius','borderWidth','marginTop','className'],
9
+			'plotOptions' => ['plotOption', 'shared', 'valueSuffix', 'series'],
10
+			'subtitle' => ['text', 'style'],
11
+			'xAxis' => ['title', 'categories', 'tickWidth', 'gridLineWidth', 'labels'],
12
+			'yAxis' => ['title', 'label', 'showFirstLabel'],
13
+			'chart' => ['style', 'backgroundColor', 'borderColor', 'borderRadius', 'borderWidth', 'marginTop', 'className'],
14 14
 			'credits' => ['enabled'],
15 15
 		],
16 16
 	],
17 17
 
18 18
 	'series' => [
19
-		'available_types' => ['name','data','zIndex','color','type','fillOpacity','lineWidth'],
19
+		'available_types' => ['name', 'data', 'zIndex', 'color', 'type', 'fillOpacity', 'lineWidth'],
20 20
 	]
21 21
 ];
Please login to merge, or discard this patch.