William Wolf

Results 11 comments of William Wolf

(1) If we make tick counts better for the day time units (as in the second screenshot in the original issue), will it be necessary to impute? for (2) I...

For documentation's sake, I believe [Vega's timeSequence expression](https://vega.github.io/vega/docs/expressions/#timeSequence) will be useful for doing the imputation.

For (1) could we not use the existing `nice` property? [for example](https://vega.github.io/editor/#/url/vega-lite/N4IgJAzgxgFgpgWwIYgFwhgF0wBwqgegIDc4BzJAOjIEtMYBXAI0poHsDp5kTykBaADZ04JACyUAVhDYA7EABoQAEySYUqUAwBOgtCrVICUJNohSZ8gL5Lk2gNb6mpxSEzaksiADM22hGgA2qDeNIKYcNr6qgCeABSqmAwIlACacKYAlAAEAKTZAEwgVgC6SnCyUGzKNLJkaKAAHg0goXCCyvrpLkqYMThw+n41skh6vTQIcACqsnTRSDGu0GODmiBzUGsGS1Y2IEvrSGRk2nwR+lUMspiufQP6AI4Mnph0ajSkxXtAA) If not, I propose we add a boolean temporal scale property `impute` much like how [continuous scales](https://vega.github.io/vega-lite/docs/scale.html#continuous-scales) have...

Fair enough. I was able to achieve this fairly easily by just subclassing the conf object :) Here is my subclass in-case anyone else wants this ```ts /* eslint-disable functional/no-this-expression...

I’m actually using it in electron, but inside a thread that doesn’t have access to app, so I’ve basically recreated a proxied version of electron-store. I just prefer the .current...

would love to be apart of any discussions that are had on this!

Some other things I've considered, discussed, or seen mentioned: - WebGL renderer - 1st class columnar (OLAP) data support for faster aggregations and no transpose cost for using Arrow or...