Completed
Push — master ( 4e28d4...a409a8 )
by
unknown
01:58
created
src/Config/charts.php 1 patch
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -4,17 +4,17 @@
 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
-			'plotOption' => ['plotOption','shared','valueSuffix'],
10
-			'subtitle' => ['text','style'],
11
-			'xAxis' => ['categories','tickWidth','gridLineWidth','labels'],
12
-			'yAxis' => ['text','label','showFirstLabel'],
13
-			'chart' => ['style','backgroundColor','borderColor','borderRadius','borderWidth','marginTop','className'],
9
+			'plotOption' => ['plotOption', 'shared', 'valueSuffix'],
10
+			'subtitle' => ['text', 'style'],
11
+			'xAxis' => ['categories', 'tickWidth', 'gridLineWidth', 'labels'],
12
+			'yAxis' => ['text', 'label', 'showFirstLabel'],
13
+			'chart' => ['style', 'backgroundColor', 'borderColor', 'borderRadius', 'borderWidth', 'marginTop', 'className'],
14 14
 		],
15 15
 	],
16 16
 
17 17
 	'series' => [
18
-		'available_types' => ['name','data','zIndex','color','type','fillOpacity','lineWidth'],
18
+		'available_types' => ['name', 'data', 'zIndex', 'color', 'type', 'fillOpacity', 'lineWidth'],
19 19
 	]
20 20
 ];
Please login to merge, or discard this patch.