tweak the karma graph colors a bit

This commit is contained in:
Brian S. Stephan 2016-03-30 17:19:06 -05:00
parent 82c1b1babd
commit 28002db80b
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@
datasets: [
{
label: "{{ entry.key }}",
fillColor: "rgba(220,220,220,0.2)",
strokeColor: "rgba(220,220,220,1)",
pointColor: "rgba(220,220,220,1)",
fillColor: "rgba(150,150,220,0.2)",
strokeColor: "rgba(100,100,220,1)",
pointColor: "rgba(50,50,220,1)",
pointStrokeColor: "#fff",
pointHighlightFill: "#fff",
pointHighlightStroke: "rgba(220,220,220,1)",