$drawn_graphs{histogram_session_times_graph} = &jqplot_duration_histograph($graphid++, 'graph_histogram_session_times', 'Sessions', \@histogram_session_time, %data);
} else {
$histogram_info = qq{<tr><td colspan="3">$NODATA</td></tr>};
- $drawn_graphs{histogram_session_times_graph} = qq{<tr><td colspan="3">$NODATA</td></tr>};
+ $drawn_graphs{histogram_session_times_graph} = qq{$NODATA};
}
$drawn_graphs{pgb_histogram_session_times_graph} = &jqplot_duration_histograph($graphid++, 'graph_pgb_histogram_session_times', 'Sessions', \@histogram_session_time, %data);
} else {
$histogram_info = qq{<tr><td colspan="3">$NODATA</td></tr>};
- $drawn_graphs{pgb_histogram_session_times_graph} = qq{<tr><td colspan="3">$NODATA</td></tr>};
+ $drawn_graphs{pgb_histogram_session_times_graph} = qq{$NODATA};
}
$most_range_value = &comma_numbers($most_range_value) if ($most_range_value);