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