Fixed issue with simple value
This commit is contained in:
parent
8309e4fffb
commit
e1d4a81034
|
@ -457,7 +457,6 @@ switch ($action) {
|
||||||
$values['period'] = $period;
|
$values['period'] = $period;
|
||||||
$values['width'] = $width;
|
$values['width'] = $width;
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
case 'percentile_bar':
|
case 'percentile_bar':
|
||||||
case 'percentile_item':
|
case 'percentile_item':
|
||||||
case 'static_graph':
|
case 'static_graph':
|
||||||
|
|
Loading…
Reference in New Issue