diff --git a/dashboard/src/components/graph/index.tsx b/dashboard/src/components/graph/index.tsx index f307695ce0..5083882f00 100644 --- a/dashboard/src/components/graph/index.tsx +++ b/dashboard/src/components/graph/index.tsx @@ -135,7 +135,7 @@ function drawChart( const svgGroup = svg.append("g") // Set up zoom support - const zoom = d3.zoom().on("zoom", () => { + const zoom = d3.zoom().on("zoom", () => { svgGroup.attr("transform", d3.event.transform) }) svg.call(zoom)