We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8b10d commit 09ab60cCopy full SHA for 09ab60c
src/components/colorbar/draw.js
@@ -248,6 +248,7 @@ module.exports = function draw(gd, id) {
248
// now draw the elements
249
var container = fullLayout._infolayer.selectAll('g.' + id).data([0]);
250
container.enter().append('g').classed(id, true)
251
+ .classed('colorbar', true)
252
.each(function() {
253
var s = d3.select(this);
254
s.append('rect').classed('cbbg', true);
0 commit comments