UNPKG

d3-ternary

Version:
13 lines (12 loc) 283 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";