diff --git a/src/pages/dashboard/default.jsx b/src/pages/dashboard/default.jsx index 480d93b..68f6b8b 100644 --- a/src/pages/dashboard/default.jsx +++ b/src/pages/dashboard/default.jsx @@ -716,9 +716,9 @@ export default function DashboardDefault() { {/* row 4: User Retention Metrics */} - + {/* - + */} ); } diff --git a/src/pages/extra-pages/documentation.jsx b/src/pages/extra-pages/documentation.jsx index 9ca0901..b16e1c5 100644 --- a/src/pages/extra-pages/documentation.jsx +++ b/src/pages/extra-pages/documentation.jsx @@ -422,41 +422,6 @@ export default function Documentation() { secondary="Interactive visualization showing user distribution across countries. Click on countries to see detailed statistics." /> - - User Retention Metrics:} - secondary={ - - Cohort analysis showing how well you retain users over time. This powerful feature helps you understand user loyalty - and engagement: -
    -
  • - Monthly Cohorts - Groups users by their signup month -
  • -
  • - Cohort Table View - Shows retention percentages for each cohort over 7 periods (0-6 months). - Period 0 is the signup month (always 100%), and subsequent periods show how many users from that cohort are still - active. -
  • -
  • - Retention Curves View - Line chart visualizing retention trends over time for multiple cohorts -
  • -
  • - Color Coding - Green (80%+ retention) indicates excellent retention, yellow (40-80%) shows - moderate retention, and red (below 40%) highlights areas needing attention -
  • -
  • - Key Metrics - Average Day 1, Month 3, and Month 6 retention rates at a glance -
  • -
- How to Read It: If the January 2024 cohort shows 85% at +1, it means 85% of users who signed up in - January were still active one month later (February). Use this to identify which cohorts had better retention and - understand what factors contributed to their success. Look for patterns: Are recent cohorts retaining better than - older ones? Is there a consistent drop-off point (e.g., after Month 2)? -
- } - /> -
- + {platform.successRate}% @@ -219,7 +219,7 @@ export default function PlatformSuccessRateChart({ filters }) { ) : ( - + Platform Success Rates diff --git a/src/sections/publications/UsageHeatmap.jsx b/src/sections/publications/UsageHeatmap.jsx index aba335d..f0916d3 100644 --- a/src/sections/publications/UsageHeatmap.jsx +++ b/src/sections/publications/UsageHeatmap.jsx @@ -10,6 +10,7 @@ import timezone from 'dayjs/plugin/timezone'; // components import MainCard from 'components/MainCard'; import Loader from 'components/Loader'; +import { height } from '@mui/system'; dayjs.extend(utc); dayjs.extend(timezone); @@ -151,7 +152,7 @@ export default function UsageHeatmap({ filters }) { } return ( - + Peak Usage Hours @@ -160,7 +161,7 @@ export default function UsageHeatmap({ filters }) { - + {/* Hour labels */} {hoursOfDay.map((hour) => (