Fun fact you can utilize Memberstack member Json integrate with chartJS to show charts based on users actions, views, or analytics.
Using this for a new webapp I'm working on for a client.
https://memberstack.slack.com/files/U052HKV5DNK/F06REK39JQ2/2024-03-26_18-03-08.mp4
2 comments
This might come in handy for me— how did you accomplish this?
components.json
{"upvotes": [
"6594903cb3ac6eb18b149cbb"
],
"components": [
{
"name": "Component A",
"views": 200,
"copied": 100,
"shares": 50,
"followed": 30,
"following": 20
},
{
"name": "Component B",
"views": 150,
"copied": 80,
"shares": 40,
"followed": 20,
"following": 15
},
{
"name": "Component C",
"views": 180,
"copied": 120,
"shares": 60,
"followed": 40,
"following": 25
}
]
}
Where each one is the label and the content is the data.
You can share your usecase and I'll use that as an example too.
Please sign in to leave a comment.