d3-ternary icon indicating copy to clipboard operation
d3-ternary copied to clipboard

Include D3 and React render functions in bundle

Open JulesBlm opened this issue 4 years ago • 0 comments
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";

JulesBlm avatar May 23 '21 21:05 JulesBlm