Philippe Rivière
Philippe Rivière
closes #2186 | before | after | |-|-| |  |  | (to apply after #2203)
Positions the tips on waffle marks by “hacking” the x1, x2, y1 and y2 channels, replacing them with the centroid of each waffle, in pixel space. This kind of works,...
A more ambitious documentation for #1711, describing the whole lifecycle of a chart. alternative to #1811
closes #2183
Some documentation updates. I also removed obsolete examples. Maybe we'll add a "see also" to #1811.
There seems to be room for improvement of the pointer interaction on mobile. I've received two reports on the same day that: - "can't get rid of" the interactive tip...
Note: it's a bit of a bummer in that we're adding overhead for all Arrays (by making a copy of the channel to a Float64Array). Maybe we could just do...
On mobile, pointing (with Plot.pointer) works if you tap on a point, and it also works if you touch and drag horizontally. But as soon as you drag 1 pixel...
By default when formatting pairs (y1, y2), we display `${format(a)}—${format(b)}`. It does not feel terribly useful to repeat the value when `a` and `b` end up being formatted identically. If...