This sample demonstrates a comprehensive sleep tracking application that visualizes sleep data using Syncfusion MAUI Toolkit. It includes a Sleep Tracker Chart, Weekly Sleep Analyzer, and Sleep Quality Indicator to help users gain insights into their sleep patterns and improve their sleep quality.
-
Sleep Tracker Chart: Displays the total time spent in bed and the actual time spent sleeping using a Range Column Chart.
- X-axis: Represents the date.
- Y-axis: Represents the sleep duration.
- Columns: Show the difference between the time in bed and actual sleep time.
-
Weekly Sleep Analyzer: Displays data from the past seven days to help users identify trends in their sleep patterns.
- Helps users make necessary adjustments to improve sleep quality.
-
Sleep Quality Indicator: Visualizes sleep efficiency using a horizontal bar chart.
- Each day of the week has a corresponding percentage value, indicating how well the user slept compared to their total time in bed.
- Uses Syncfusion MAUI Linear Progress Bar to enhance the UI.
If you are facing a "Path too long" exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project.
For a step-by-step procedure, refer to Sleep Tracker using Syncfusion MAUI Toolkit.