mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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 ($flash_chart) {
|
||||||
if ($return) {
|
return flot_hcolumn_chart(
|
||||||
return flot_hcolumn_chart(
|
$chart_data, $width, $height, $water_mark_url);
|
||||||
$chart_data, $width, $height, $water_mark_url);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
echo flot_hcolumn_chart(
|
|
||||||
$chart_data, $width, $height, $water_mark_url);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$graph = array();
|
$graph = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user