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 f3a45af commit 2e583deCopy full SHA for 2e583de
src/traces/bar/plot.js
@@ -47,7 +47,7 @@ module.exports = function plot(gd, plotinfo, cdbar) {
47
48
d3.select(this).selectAll('g.point')
49
.data(Lib.identity)
50
- .enter().append('g').classed('point', true)
+ .enter().append('g').classed('point', true)
51
.each(function(di, i) {
52
// now display the bar
53
// clipped xf/yf (2nd arg true): non-positive
0 commit comments