We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1a1bb commit f67c27aCopy full SHA for f67c27a
src/app/components/Chart.jsx
@@ -58,7 +58,7 @@ class Chart extends Component {
58
svg.attr("transform", "translate(" + d3.event.translate + ")" + " scale(" + d3.event.scale + ")")
59
}))
60
.append("g")
61
- .attr("transform", "translate(" + width/2 + "," + height/2 + ")")
+ .attr("transform", "translate(" + 60 + "," + height/2 + ")")
62
63
// Add tooltip div
64
var div = d3.select("body").append("div")
0 commit comments