UNPKG

d3-ternary

Version:
5 lines (4 loc) 269 B
export { ternaryPlot } from "./ternaryPlot"; export { barycentric } from "./barycentric"; export { transformFromDomains, domainsFromTransform } from "./transform"; export type { Tick, Ticks, GridLines, AxisLabel, Barycentric, TernaryPlot, TextAnchor, } from "./types";