mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Fixed the horizontal bars in the dashboard. TICKET: #3157
This commit is contained in:
parent
4772b25f5d
commit
f2afb2e05f
@ -559,14 +559,8 @@ function hbar_graph($flash_chart, $chart_data, $width, $height,
|
||||
}
|
||||
|
||||
if ($flash_chart) {
|
||||
if ($return) {
|
||||
return flot_hcolumn_chart(
|
||||
$chart_data, $width, $height, $water_mark_url);
|
||||
}
|
||||
else {
|
||||
echo flot_hcolumn_chart(
|
||||
$chart_data, $width, $height, $water_mark_url);
|
||||
}
|
||||
return flot_hcolumn_chart(
|
||||
$chart_data, $width, $height, $water_mark_url);
|
||||
}
|
||||
else {
|
||||
$graph = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user