// nivo import { PieSvgProps, ResponsivePie } from "@nivo/pie"; // types import { TGraph } from "./types"; // constants import { CHARTS_THEME, DEFAULT_MARGIN } from "constants/graph"; export const PieGraph: React.FC, "height" | "width">> = ({ height = "400px", width = "100%", margin, theme, ...rest }) => (
);