Open
Description
Description:
This feature will visualize the reactions (likes, comments, etc.) of a post using a radar chart. Each reaction type (like, comment, share) will be represented on a different axis, showing their respective percentage.
Steps:
- Gather the total number of reactions and their types for a post.
- Normalize the data into percentages based on the total reactions.
- Use a charting library (Recharts) to generate a radar chart displaying this data.