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

View File

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