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

Colors not showing in graph on widget #8

Open
kevinhinterlong opened this issue Mar 31, 2017 · 1 comment
Open

Colors not showing in graph on widget #8

kevinhinterlong opened this issue Mar 31, 2017 · 1 comment

Comments

@kevinhinterlong
Copy link

Hey I just downloaded the app and after signing in reloading the graph, it showed every day as no contributions. Has anyone else had this problem?
I had to change

switch (levelString) {
    case "#eeeeee": level = 0; break;
    case "#d6e685": level = 1; break;
    case "#8cc665": level = 2; break;
    case "#44a340": level = 3; break;
    case "#1e6823": level = 4; break;
}

to this to get it to work. Utils.java

switch (levelString) {
    case "#ebedf0": level = 0; break;
    case "#c6e48b": level = 1; break;
    case "#7bc96f": level = 2; break;
    case "#239a3b": level = 3; break;
    case "#196127": level = 4; break;
}
@LogicJake LogicJake mentioned this issue May 6, 2018
@LogicJake
Copy link

I have find the same problem and i have pull a request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants