Skip to content

Instantly share code, notes, and snippets.

View trebor's full-sized avatar

Robert Harris trebor

  • Sam Clam's Disco
View GitHub Profile
empty
import React, { useRef, useEffect } from "react";
import { select } from "d3-selection";
import useComponentSize from "@rehooks/component-size";
const D3Svg = ({
data,
initialize = () => {},
margin = {
top: 0,