You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UserChartActivity component currently displays static data for events and users over time.
Suggested solution
Update the UserChartActivity component to dynamically display information about the events a user has made. The parent component already has the actions integrated. The updated component should:
Fetch User Data: Utilize the existing data fetching mechanisms in the parent component to retrieve user-specific event data.
Update Data Format: Ensure the data format aligns with what the LineChart component expects.
Modify the Tooltip: Adjust the tooltip to display user-specific event information.
The text was updated successfully, but these errors were encountered:
Type of feature
💡 Feature
Current behavior
The UserChartActivity component currently displays static data for events and users over time.
Suggested solution
Update the UserChartActivity component to dynamically display information about the events a user has made. The parent component already has the actions integrated. The updated component should:
The text was updated successfully, but these errors were encountered: