Skip to content

Commit

Permalink
Use consistent colorbar fill levels attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
lvlte committed Jun 2, 2023
1 parent 66e7b3c commit fb7e181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/colorbar/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ function drawColorBar(g, opts, gd) {
.data(fillLevels);
fills.enter().append('rect')
.classed(cn.cbfill, true)
.style('stroke', 'none');
.attr('style', '');
fills.exit().remove();

var zBounds = zrange
Expand Down

0 comments on commit fb7e181

Please sign in to comment.