mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Metric Distribution
Show BlankState when no results for date selection.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user