We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4a0664 + d3e5b9d commit 0456633Copy full SHA for 0456633
src/components/legend/index.js
@@ -479,7 +479,9 @@ legend.draw = function(td) {
479
.attr({
480
'class': 'scrollbar',
481
'rx': 20,
482
- 'ry': 2
+ 'ry': 2,
483
+ 'width': 0,
484
+ 'height': 0
485
})
486
.call(Color.fill, '#808BA4');
487
@@ -624,7 +626,7 @@ legend.draw = function(td) {
624
626
window.addEventListener('mouseup', mUp);
625
627
});
628
- // Move scrollbar to starting position on the first render
629
+ // Move scrollbar to starting position on the first render
630
scrollBar.call(
631
Drawing.setRect,
632
opts.width - (constants.scrollBarWidth + constants.scrollBarMargin),
0 commit comments