Skip to content

Commit

Permalink
Fixed legenda position
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Jul 17, 2020
1 parent 24ffddf commit 05d86c1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions templates/graphs.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,8 @@
},
legend: {
align: 'right',
verticalAlign: 'top',
verticalAlign: 'middle',
layout: 'vertical',
x: 0,
y: 100
},
title: {
text: 'Number of Cases'
Expand Down Expand Up @@ -113,10 +111,8 @@
},
legend: {
align: 'right',
verticalAlign: 'top',
verticalAlign: 'middle',
layout: 'vertical',
x: 0,
y: 100
},
title: {
text: 'Number of Cases Cumulative'
Expand Down

0 comments on commit 05d86c1

Please sign in to comment.