@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.
9 lines • 648 B
TypeScript
export { renderLineChart, type LineChartConfig } from './line';
export { renderProportionChart, type ProportionChartConfig } from './proportion';
export { renderRankChart, type RankChartConfig } from './rank';
export { renderDifferenceChart, type DifferenceChartConfig } from './difference';
export { renderSeasonalityChart, type SeasonalityChartConfig } from './seasonality';
export { renderAnomalyChart, type AnomalyChartConfig } from './anomaly';
export { renderDistribution, type DistributionConfig } from './distribution';
export { renderAssociationChart, type AssociationChartConfig } from './association';
//# sourceMappingURL=index.d.ts.map