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