-
If I'm binning across x and y, can i set the thresholds individually? for example: |
Beta Was this translation helpful? Give feedback.
Answered by
mbostock
May 16, 2022
Replies: 1 comment 1 reply
-
Yes, e.g. Plot.rect(sales, Plot.bin({fill: "count"},{x: {value: "date", thresholds: 30}, y: "medianAskingPrice"})) From the README:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mbostock
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, e.g.
From the README: