Skip to content

Commit 091473b

Browse files
committed
fix lint
1 parent e4d7889 commit 091473b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/ternary/ternary.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ proto.initInteractions = function() {
619619
.attr('transform', plotTransform);
620620

621621
var plotTransform2 = 'translate(' + -dx + ',' + -dy + ')';
622-
_this.clipDefRelative.attr('transform', plotTransform2)
622+
_this.clipDefRelative.attr('transform', plotTransform2);
623623

624624
// move the ticks
625625
_this.aaxis.range = [mins.a, _this.sum - mins.b - mins.c];

0 commit comments

Comments
 (0)