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