for this example http://jsfiddle.net/5D5eD/8/. How to increase the Y-axis above X-axis also ?
main.append('g')
.attr('transform', 'translate(0,0)')
.attr('class', 'main axis date')
.call(yAxis)
what change should I make in this line .attr('transform', 'translate(0,0)') ?