Philippe Rivière
Philippe Rivière
It's not only about bars—other marks such as rect and area also have an implicit base value = 0. An alternative would be to write: > A *log* transform is...
I think I'd like to have all the types imports at the top of each file, as I was trying to do with the "import types" in #1005. Maybe for...
[reminder for next steps:] I've just noticed that Plot.window(X/Y) and Plot.normalize(X/Y) have no jsdocs at all.
I've put up a PR in #1084, feel free to review it. Thanks!
direction: > The automatic height is small when the domain is small, causing the marginBottom to consume all the available range. > So, if you set a marginBottom you should...
To consider: - [ ] can we fix an inefficiency where we might compute the facet scales twice? maybe it's inevitable (in the sense that we need the facets before...
~~There is a bug with date facets: the eq filter fails. Fix incoming (hopefully!).~~
🙏 it's easier to read this way!
word-cloud.js is an example where we deliberately use an empty value (the text mark filters out `""`) to choose the words we display: ~~~ text: (d) => (d.length > 1...
this is also breaking for Leaflet.Gigapan (https://github.com/namrehs/Leaflet.Gigapan/issues/1) I can confirm it works up to Leaflet 0.7.7 and fails starting with 1.0.0-rc.1 Not sure where to look for the API change...