Skip to content

Commit 870ff82

Browse files
author
Jon M. Mease
committed
eslint fixes
1 parent 9b66bee commit 870ff82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traces/parcats/parcats.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,11 +1380,11 @@ function updateSvgCategories(parcatsViewModel, hasTransition) {
13801380
if(catInRightDim(d)) {
13811381
// Place label to the right of category
13821382
newX = d.width + 5;
1383-
newAnchor = 'start'
1383+
newAnchor = 'start';
13841384
} else {
13851385
// Place label to the left of category
13861386
newX = -5;
1387-
newAnchor = 'end'
1387+
newAnchor = 'end';
13881388
}
13891389
d3.select(this)
13901390
.selectAll('tspan')

0 commit comments

Comments
 (0)