CLOVER Website - v0.3.1
    Preparing search index...
    • StackedBarChart component displays a stacked bar chart of user activity log items. It shows the number of correct and incorrect suggestions over time, grouped by day, week, or month.

      Parameters

      • props: { activities: UserActivityLogItem[]; title?: string }

        The props for the StackedBarChart component.

        • activities: UserActivityLogItem[]

          The user activity log items to be displayed in the chart.

        • Optionaltitle?: string

          The title of the chart.

      Returns Element