Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix broken color in user profile graph
  • Loading branch information
Alex Eng committed Apr 18, 2016
1 parent 8fc710f commit 9ea1625
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ function convertMatrixDataToChartData (matrixData) {
datasets: [
{
label: 'Total',
fillColor: 'rgb(84, 102, 122, .05)',
fillColor: 'rgba(84, 102, 122, .05)',
strokeColor: 'rgb(84, 102, 122)',
pointColor: 'rgb(84, 102, 122)',
pointStrokeColor: '#fff',
Expand Down

0 comments on commit 9ea1625

Please sign in to comment.