d3-ternary
d3-ternary copied to clipboard
Include D3 and React render functions in bundle
trafficstars
Include D3 and React render functions in bundle as subpackages. So they can be imported like this
import { useTernaryPlot, Gridlines, AxisLabels, .. } from "d3-ternary/react';
import { ticks, grid, axisLabels } from "d3-ternary/react";