Skip to content

Commit

Permalink
Update activity graph color
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Apr 13, 2016
1 parent 15c555f commit bf1879e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/_info.html.erb
Expand Up @@ -55,7 +55,7 @@
data: '<%= calendar_user_path(@user, format: 'json') %>',
start: new Date(<%= start_date.year %>, <%= start_date.month %>, <%= start_date.day %>),
legendHorizontalPosition: 'right',
legendColors: ["#FFD7CA", "#EB5424"],
legendColors: ["#E2FBAE", "#298401"],
// subDomainTextFormat: "%d",
domainLabelFormat: "%b",
legend: [1, 5, 10, 15],
Expand Down

0 comments on commit bf1879e

Please sign in to comment.