feat(dashboard): extend Chart component to include bounce rate and average duration metrics for enhanced analytics
This commit is contained in:
@@ -74,6 +74,8 @@ export interface DailyStat {
|
||||
date: string
|
||||
pageviews: number
|
||||
visitors: number
|
||||
bounce_rate: number
|
||||
avg_duration: number
|
||||
}
|
||||
|
||||
export interface RealtimeStats {
|
||||
|
||||
Reference in New Issue
Block a user