Skip to content

Commit 8d6299f

Browse files
committed
lint
1 parent 919d8c8 commit 8d6299f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/legend/draw.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ function computeLegendDimensions(gd, groups, traces) {
575575

576576
//calculate largest width for traces and use for width of all legend items
577577
traces.each(function(d) {
578-
maxTraceWidth = Math.max(40 + d[0].width, maxTraceWidth);
578+
maxTraceWidth = Math.max(40 + d[0].width, maxTraceWidth);
579579
});
580580

581581
traces.each(function(d) {

0 commit comments

Comments
 (0)