Skip to content

Commit fb7e181

Browse files
committed
Use consistent colorbar fill levels attributes
1 parent 66e7b3c commit fb7e181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/colorbar/draw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ function drawColorBar(g, opts, gd) {
512512
.data(fillLevels);
513513
fills.enter().append('rect')
514514
.classed(cn.cbfill, true)
515-
.style('stroke', 'none');
515+
.attr('style', '');
516516
fills.exit().remove();
517517

518518
var zBounds = zrange

0 commit comments

Comments
 (0)