Skip to content

Commit

Permalink
add percentage graph
Browse files Browse the repository at this point in the history
  • Loading branch information
luketmillar committed Mar 10, 2012
1 parent 138f240 commit 1bcfc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph.js
Expand Up @@ -145,7 +145,7 @@
ctx.fillStyle = barColor; ctx.fillStyle = barColor;
ctx.fillRect(0, 0, filledInWidth, graphHeight); ctx.fillRect(0, 0, filledInWidth, graphHeight);


ctx.fillStyle = '#555'; ctx.fillStyle = colors[0];
ctx.fillRect(filledInWidth, 0, grayedOutWidth, graphHeight); ctx.fillRect(filledInWidth, 0, grayedOutWidth, graphHeight);


// Draw the text. // Draw the text.
Expand Down

0 comments on commit 1bcfc4d

Please sign in to comment.