Skip to content

Commit f67c27a

Browse files
committed
ready for pr
1 parent cd1a1bb commit f67c27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Chart.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Chart extends Component {
5858
svg.attr("transform", "translate(" + d3.event.translate + ")" + " scale(" + d3.event.scale + ")")
5959
}))
6060
.append("g")
61-
.attr("transform", "translate(" + width/2 + "," + height/2 + ")")
61+
.attr("transform", "translate(" + 60 + "," + height/2 + ")")
6262

6363
// Add tooltip div
6464
var div = d3.select("body").append("div")

0 commit comments

Comments
 (0)