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[] = "";
|
||||
}
|
||||
|
||||
$c++;
|
||||
$data_keys[] = $i;
|
||||
|
||||
}
|
||||
$fine_colors = array();
|
||||
|
||||
|
|
Loading…
Reference in New Issue