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 labels were not draggable #227

Closed nsonnad closed 8 years ago

nsonnad commented 8 years ago

There was an issue with the date scale calling to the flux store on componentWillMount which I think got flux locked in an infinite loop. So I moved setting the default inputTZ into the parsers upstream.