We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aecfb2 commit 6e6bfa6Copy full SHA for 6e6bfa6
src/traces/bar/sieve.js
@@ -48,7 +48,7 @@ function Sieve(traces, opts) {
48
49
var type = (opts.posAxis || {}).type;
50
if(type === 'category' || type === 'multicategory') {
51
- this.minDiff = Math.min(1, this.minDiff);
+ this.minDiff = 1;
52
}
53
54
this.binWidth = this.minDiff;
0 commit comments