Dominik Moritz
Dominik Moritz
Please merge master into this branch or rebase it.
The correct fix is labels or tooltips. See https://github.com/uwdata/vegalite/issues/240
Two solutions. 1. set minimum width to 1px. 2. always add 1px to the width.
This seems a vega level issue.
add our own scale to `vg.config.scale`, call it bumpscale
Interesting idea. I wonder whether it's easier to instead require people to write a facet of facet where the inner one has the resolve.
Unfortunately I have limited cycles right now and won't be able to check. My idea right now is that we should make facet of facet work and implement your proposal...
I think we should work on making facet of facet work reliably first. Here is what I think your example would look like: [Open the Chart in the Vega Editor](https://vega.github.io/editor/#/url/vega-lite/N4IgJghgLhIFygHYQLYFN7mhAtAdgCYBmNIgNgLwjQGMAjAFjDAFY8aCBOTuvOgM1IAOAAx4WnEAF8ANCH4QaaKPFAAnAPYB3VfICWaADZhMmnVNkgAzgAdauhUpUIQNDYYCuKRA4PHMbp7e0pa29i4AFmh6AOYRzgCMIiJyKBBqANaYdOkgcmiIbmB6iDG6AB66UACedpgaasXIhnn6RiZwIJWW1VW1GJ0Ajh4QiFB6MOMAbhhy-H4dIL0WFnJqaFbuM7pWNBCGA6C9nSVgaHaIZ2MhcgAku1FpmPFQNlZwAPQfMzEQAHQxCYRDx0P56DQfB5oNLfNC-HCGCZob4sP4AK02PjkkBgVmUVl0ONwhBI5Eo1HoTFY7C4PD4giIonEkjgAG11NpMABBVqBLw+To8uTHJIpLrwBKyDk6QW89z87mtY4EZJySpwAhSkBmRVyPnBWXC+BEVXiuBELU6w2ueUGkBCpbwBim9UMS2c636gX2pXwFguv3umU+vW270AIV9cFFaolQd1NqCEajKrF6s1MmlCa9mEjRvNAfN8c9YdzUedaadxZDiYVnTzjrg-srTerDZz1pFsejbblSYTyu7Gaz9b7dZrxyI3Ytme1HpA7dLnad3bds6tC7HdodxxY3ZYvdD-dH+aS3cl6-ni+Pm-zKqHh9rdobk5bM5Ht6fyfzztXj47n67i2B4ALoWEAA)....
Yes, I had this idea before and what we need is infrastructure for tracking data through transforms and to encodings. It would need someone to dig into the compiler a...
Can you send a minimal example that shows this issue?