DougBurke / hvega

Create Vega-Lite visualizations from Haskell.
BSD 3-Clause "New" or "Revised" License
52 stars 12 forks source link

TimeUnit: switch back to a scalar rather than list argument #167

Closed DougBurke closed 4 years ago

DougBurke commented 4 years ago

I believe that the timeUnit field can be represented as a "scalar", that is, all input values specified in a single constructor, since the TUMaxBins argument is (if I'm reading this correctly) only for use when no other argument is given. This is hopefully a little bit easier to use.