Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] : Add Github like contribution Chart #3

Open
aUnicornDev opened this issue Oct 1, 2021 · 0 comments
Open

[FEATURE] : Add Github like contribution Chart #3

aUnicornDev opened this issue Oct 1, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request Hacktoberfest

Comments

@aUnicornDev
Copy link
Owner

aUnicornDev commented Oct 1, 2021

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
image

Any Questions are welcome on the discussions board.

@aUnicornDev aUnicornDev added enhancement New feature or request Hacktoberfest labels Oct 1, 2021
@aUnicornDev aUnicornDev self-assigned this Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant