Check if have cycle trends graph data
Future<bool> hasCycleTrendsGraphData() async { return (await getAllPeriodsDetails()).isNotEmpty; }