Quartz / Chartbuilder

A front-end charting application that facilitates easy creation of simple beautiful charts
http://quartz.github.io/Chartbuilder
MIT License
2.1k stars 354 forks source link

fix bug where bar grids were parsed as dates #237

Closed nsonnad closed 8 years ago

nsonnad commented 8 years ago

there is a currently a bug in the auto-type detection whereby a bar grid with date-like is being parsed as a date and failing, because it is trying to render a javascript Date as the tick label. This change sets the type to ordinal in the parser if the option checkForDate is set to false, but we should probably rename that later on

yanofsky commented 8 years ago

📈