creation of the graph
{
margin: {left:0, top:10, bottom:0,right:0},
axis: { showX:{ticks:6, grid:true, size: '0em'}, showY:false},
xScale: d3.time.scale().domain(this.xExtent),
yScale: d3.scale.linear().domain([0,6])
}Last updated
{
margin: {left:0, top:10, bottom:0,right:0},
axis: { showX:{ticks:6, grid:true, size: '0em'}, showY:false},
xScale: d3.time.scale().domain(this.xExtent),
yScale: d3.scale.linear().domain([0,6])
}Last updated