mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed creation hbar, not show all legend. Tiquet: #2498
This commit is contained in:
parent
42f8ad7072
commit
da80a1ad82
@ -161,14 +161,8 @@ switch($graph_type) {
|
||||
$data_values[$name][] = $val;
|
||||
}
|
||||
|
||||
if (($c % $step) == 0) {
|
||||
$data_keys[] = $i;
|
||||
}
|
||||
else {
|
||||
$data_keys[] = "";
|
||||
}
|
||||
$data_keys[] = $i;
|
||||
|
||||
$c++;
|
||||
}
|
||||
$fine_colors = array();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user