timwis / vizwit

An interactive data visualization tool
http://vizwit.io
GNU General Public License v2.0
100 stars 35 forks source link

Datetime chart should use dynamic axis range #207

Closed timwis closed 6 years ago

timwis commented 6 years ago

At the moment it's hard-coded. Need to figure out the best way to calculate it. Maybe just the first and last row, though that will require the data to be ordered.

timwis commented 6 years ago

Well that was easy; just remove the hard-coded .domain() bit...