@@ -4,17 +4,17 @@ |
||
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 | ]; |