mirror of https://github.com/D4-project/d4-core
chg: [flask] resize
parent
58b2f6a19e
commit
fe2b98dd93
|
@ -23,7 +23,7 @@
|
||||||
}
|
}
|
||||||
#chart{
|
#chart{
|
||||||
width:600px;
|
width:600px;
|
||||||
height:1000px;
|
height:500px;
|
||||||
}
|
}
|
||||||
.bar{
|
.bar{
|
||||||
fill:#eaeaea;
|
fill:#eaeaea;
|
||||||
|
@ -70,7 +70,7 @@ var setup = function(targetID){
|
||||||
//Set size of svg element and chart
|
//Set size of svg element and chart
|
||||||
var margin = {top: 0, right: 0, bottom: 0, left: 0},
|
var margin = {top: 0, right: 0, bottom: 0, left: 0},
|
||||||
width = 600 - margin.left - margin.right,
|
width = 600 - margin.left - margin.right,
|
||||||
height = 1000 - margin.top - margin.bottom,
|
height = 500 - margin.top - margin.bottom,
|
||||||
categoryIndent = 4*15 + 5,
|
categoryIndent = 4*15 + 5,
|
||||||
defaultBarWidth = 2000;
|
defaultBarWidth = 2000;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue