-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
Is your feature request related to a problem? Please describe.
A Github like contributions chart with the contributions replaced by number of tabs open per day.
Describe the solution you'd like
Use Vue CDN if it suits you.
Create a contribution chart in which data can be updated dynamically. The data will be in the following format.
{
"8/25/2021": 15,
"8/26/2021": 38,
"8/27/2021": 30,
"8/28/2021": 31,
"8/29/2021": 8,
"8/30/2021": 18,
"9/10/2021": 9,
"9/11/2021": 14,
"9/12/2021": 3,
"9/13/2021": 2,
"9/14/2021": 11,
"9/15/2021": 11,
"9/16/2021": 8,
"9/17/2021": 23,
"9/18/2021": 24,
"9/19/2021": 40,
"9/20/2021": 43,
"9/21/2021": 26,
"9/22/2021": 16,
"9/24/2021": 3,
"9/25/2021": 4,
"9/26/2021": 11,
"9/27/2021": 48,
"9/28/2021": 1,
"9/7/2021": 3,
"9/8/2021": 6,
"9/9/2021": 5
}
The number of tabs should show up on hover with the dates.
The chart should show dates for the past one year from present date.
Additional context
Image for reference
Any Questions are welcome on the discussions board.