Cleaned source code style.
This commit is contained in:
parent
a19f3939e9
commit
868d1d5b39
|
@ -1360,7 +1360,7 @@ function graphic_combined_module ($module_list, $weight_list, $period,
|
||||||
'color' => COL_GRAPH12, 'alpha' => 50);
|
'color' => COL_GRAPH12, 'alpha' => 50);
|
||||||
$color[15] = array('border' => '#000000',
|
$color[15] = array('border' => '#000000',
|
||||||
'color' => COL_GRAPH13, 'alpha' => 50);
|
'color' => COL_GRAPH13, 'alpha' => 50);
|
||||||
|
|
||||||
switch ($stacked) {
|
switch ($stacked) {
|
||||||
case CUSTOM_GRAPH_AREA:
|
case CUSTOM_GRAPH_AREA:
|
||||||
return area_graph($flash_charts, $graph_values, $width,
|
return area_graph($flash_charts, $graph_values, $width,
|
||||||
|
|
Loading…
Reference in New Issue