wrobstory / vincent

A Python to Vega translator
MIT License
2.04k stars 227 forks source link

Fix dates not formatting correctly in bar charts #137

Closed ianonavy closed 9 years ago

ianonavy commented 9 years ago

In bar charts, the scale does not determine whether the x-axis consists of datetime objects, and it converts all of the values to UNIX timestamps instead of nicely formatted dates. This fixes that.

ianonavy commented 9 years ago

Never mind this pull request. Somehow adding this to make it consistent breaks everything.