Fixed creation hbar, not show all legend. Tiquet: #2498

This commit is contained in:
m-lopez-f 2015-07-22 10:33:49 +02:00
parent 42f8ad7072
commit da80a1ad82
1 changed files with 2 additions and 8 deletions

View File

@ -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();