app/assets/javascripts/plasticine/column.coffee in plasticine-1.2.2 vs app/assets/javascripts/plasticine/column.coffee in plasticine-1.2.3
- old
+ new
@@ -135,10 +135,10 @@
@yAxis.tickSize -@holderWidth()
@yAxis.ticks @yAxisTickCount
switch @yAxisFormat
when 'date' then @yAxis.tickFormat(d3.timeFormat('%b'))
- when 'day' then @yAxis.tickFormat(d3.timeFormat('%e %b'))
+ when 'day' then @yAxis.tickFormat(d3.timeFormat('%e-%m'))
when 'money' then @yAxis.tickFormat (d) => PlasticineHelpers.toPrice(d)
when 'numeric' then @yAxis.tickFormat (d) => PlasticineHelpers.toNumeric(d)
showTooltip: (bar, data) ->