chg: [flask] resize

pull/8/head
Terrtia 2019-01-18 15:54:16 +01:00
parent 58b2f6a19e
commit fe2b98dd93
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
}
#chart{
width:600px;
height:1000px;
height:500px;
}
.bar{
fill:#eaeaea;
@ -70,7 +70,7 @@ var setup = function(targetID){
//Set size of svg element and chart
var margin = {top: 0, right: 0, bottom: 0, left: 0},
width = 600 - margin.left - margin.right,
height = 1000 - margin.top - margin.bottom,
height = 500 - margin.top - margin.bottom,
categoryIndent = 4*15 + 5,
defaultBarWidth = 2000;