Skip to content

Commit

Permalink
change colour theme for chart
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-22 committed May 4, 2021
1 parent 282dca6 commit e074a12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions application/templates/otherusers.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
datasets: [{
label: "{{ name }}",
data: [{% for i in data %}{{ i }},{% endfor %}],
borderColor: 'rgba(164, 47, 63, 1)',
backgroundColor: 'rgba(164, 47, 63, 0.2)',
borderColor: 'rgb(166, 129, 55)',
backgroundColor: 'rgba(166, 129, 55, 0.2)',
borderWidth: 1
}]
},
Expand Down
4 changes: 2 additions & 2 deletions application/templates/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
datasets: [{
label: "{{ username }}",
data: [{% for i in data %}{{ i }},{% endfor %}],
borderColor: 'rgba(164, 47, 63, 1)',
backgroundColor: 'rgba(164, 47, 63, 0.2)',
borderColor: 'rgb(166, 129, 55)',
backgroundColor: 'rgba(166, 129, 55, 0.2)',
borderWidth: 1
}]
},
Expand Down

0 comments on commit e074a12

Please sign in to comment.