Skip to content

Commit 01ecd3f

Browse files
committed
fix restyle call for finance trace legend edits
1 parent 1182fbe commit 01ecd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/legend/draw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ function drawTexts(g, gd) {
384384
var transforms = legendItem.trace.transforms,
385385
direction = transforms[transforms.length - 1].direction;
386386

387-
astr = direction + '.legenditem.name';
387+
astr = direction + '.name';
388388
}
389389
else astr = 'name';
390390

0 commit comments

Comments
 (0)