diff --git a/src/HistogramWindow.cpp b/src/HistogramWindow.cpp index a408eca9f..ed754d5ed 100644 --- a/src/HistogramWindow.cpp +++ b/src/HistogramWindow.cpp @@ -876,6 +876,9 @@ HistogramWindow::updateChart() } + if (results.count() == 0) setIsBlank(true); + else setIsBlank(false); + // setData using the summary metrics -- always reset since filters may // have changed, or perhaps the bin width... powerHist->setSeries(RideFile::none);