@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative T8 markdown syntax that can be used to describe the content of data interpretation reports.
10 lines • 457 B
TypeScript
export type { Domain, Range, Scale, Point } from './types';
export { Selection } from './selection';
export { scaleLinear } from './scales';
export { line, area, arc, arrow, createCurvePath } from './paths';
export { createSvg } from './createSvg';
export { getSafeDomain } from './getSafeDomain';
export { max, extent, mean } from './data';
export { linearRegression } from './linearRegression';
export * from './const';
//# sourceMappingURL=index.d.ts.map