We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d7889 commit 091473bCopy full SHA for 091473b
src/plots/ternary/ternary.js
@@ -619,7 +619,7 @@ proto.initInteractions = function() {
619
.attr('transform', plotTransform);
620
621
var plotTransform2 = 'translate(' + -dx + ',' + -dy + ')';
622
- _this.clipDefRelative.attr('transform', plotTransform2)
+ _this.clipDefRelative.attr('transform', plotTransform2);
623
624
// move the ticks
625
_this.aaxis.range = [mins.a, _this.sum - mins.b - mins.c];
0 commit comments