Kanit Wongsuphasawat

Results 159 comments of Kanit Wongsuphasawat

@jakevdp I think the workaround to set domain to `[-1, 50]` is easy but can be a bit inaccurate, since the size ratio won't be preserved. (Data point with value...

There can be a similar issue for [bars with very small non-zero value](https://vega.github.io/editor/#/url/vega-lite/N4IgJAzgxgFgpgWwIYgFwhgF0wBwqgegIDc4BzJAOjIEtMYBXAI0poHsDp5kTykBaADZ04JAKyUAVhDYA7EABoQAEySYUqUAwBOgtCrVICCNsRpwIUmfIC+SgO41l9NGIAMbpcm0BrfUyRtRRA4WSg2ZRpZMjRQAA9YkAAzc0FlfQARGm04KEw2IKVMAE8cOH1ZNgQopD07EDiAeSSkiDhMRJS4NP0AFTpBcqLS8vRK6tlakHrixKQyMhyKTFGQBDgkeSUunvQAJTZsUIACXqq1NgtjvbUomOGy-QBHBk3MOlvSaaVwwQLE8KySLvOSJFYQDroVSYBgIADaAHIAJIAWQyACFrrdogiALrHAC8ROOsgYgkExwAPpTjtDYYiDkdZKdzvkrjd3jj8USCSSyXolMRagxVgBiJAS6Y2eqAlIxTRrQJ+BVRIXCdKoUnk6U2IA) -- we should consider if we want to apply the same trick https://github.com/vega/vega-lite/issues/255.

~~Another potentially better solution is to see if we can augment Vega scales to have a bump scale.~~ Actually bump scale like https://github.com/vega/vega-lite/issues/255 could be slightly different in the sense...

Actually thinking more, it's probably more maintainable if we just modify the default scale range to include small non zero values. (It'll be slightly less precise than condition encoding, but...

Hi, Thanks so much for doing this. I've been hoping that we can do something like this for a long time. I added [a comment](https://github.com/vega/vega-lite/issues/7758#issuecomment-955625193) to our main issue thread....

I disagree. You cannot mouseover a point when it's 0 pixel.

I start wondering if this should be solve in vega level? For exactly 0 value, it should be 0px. For small number > 0, 1px?

let’s punt on this for now then. — moved to should have ...

Run into a case where this would be useful again in the pilots.