We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4d93a commit 37a160fCopy full SHA for 37a160f
src/scales/quantitative.js
@@ -290,7 +290,6 @@ function inferLogDomain(channels) {
290
for (const {value} of channels) {
291
if (value !== undefined) {
292
for (let v of value) {
293
- v = +v;
294
if (v > 0) return inferDomain(channels, positive);
295
if (v < 0) return inferDomain(channels, negative);
296
}
0 commit comments