We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e83ef7 commit 67cefadCopy full SHA for 67cefad
src/traces/bar/style.js
@@ -35,7 +35,7 @@ module.exports = function style(gd, cd) {
35
36
s.selectAll('g.points').each(function(d) {
37
var sel = d3.select(this);
38
- var pts = sel.selectAll('.point');
+ var pts = sel.selectAll('path');
39
var txs = sel.selectAll('text');
40
var trace = d[0].trace;
41
0 commit comments