Skip to content

Commit 2e583de

Browse files
committed
bar: fix indentation of .enter()
1 parent f3a45af commit 2e583de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/bar/plot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = function plot(gd, plotinfo, cdbar) {
4747

4848
d3.select(this).selectAll('g.point')
4949
.data(Lib.identity)
50-
.enter().append('g').classed('point', true)
50+
.enter().append('g').classed('point', true)
5151
.each(function(di, i) {
5252
// now display the bar
5353
// clipped xf/yf (2nd arg true): non-positive

0 commit comments

Comments
 (0)