Skip to content

Commit 09ab60c

Browse files
committed
classing colorbar
1 parent 4b8b10d commit 09ab60c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/colorbar/draw.js

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ module.exports = function draw(gd, id) {
248248
// now draw the elements
249249
var container = fullLayout._infolayer.selectAll('g.' + id).data([0]);
250250
container.enter().append('g').classed(id, true)
251+
.classed('colorbar', true)
251252
.each(function() {
252253
var s = d3.select(this);
253254
s.append('rect').classed('cbbg', true);

0 commit comments

Comments
 (0)