You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…1828)
* the denseInterval option for k must also reduce k1 and k2 if present
closes#1784
* Update src/transforms/bin.js
* conditional reduce of k, too
* prettier
---------
Co-authored-by: Mike Bostock <[email protected]>
…bservablehq#1828)
* the denseInterval option for k must also reduce k1 and k2 if present
closesobservablehq#1784
* Update src/transforms/bin.js
* conditional reduce of k, too
* prettier
---------
Co-authored-by: Mike Bostock <[email protected]>
The maybeDenseIntervalX transform used by areaY’s interval option uses the binX transform, but only outputs the y channel:
plot/src/transforms/bin.js
Line 70 in 194e1f4
This means it doesn’t work if the areaY mark is using the y1 and y2 options:
It should instead be equivalent to this:
So somehow maybeDenseIntervalX will need to know to output y1 and y2 instead.
Ref. https://observablehq.com/d/39a059b4b6322d37
The text was updated successfully, but these errors were encountered: