tweak the karma graph colors a bit
This commit is contained in:
parent
82c1b1babd
commit
28002db80b
@ -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)",
|
||||
|
Loading…
Reference in New Issue
Block a user