@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative JSON Schema syntax that can be used to describe the content of data interpretation reports.
10 lines • 533 B
TypeScript
/**
* The main entry point for the Narrative Text Visualization library.
*/
export { Text } from './text';
/**
* Type definitions for the Narrative Text Visualization library.
*/
export * from './schema';
export { createCustomBlockFactory, createCustomPhraseFactory, PluginManager, createMetricName, createMetricValue, createDeltaValue, createRatioValue, createOtherMetricValue, createContributeRatio, createDimensionValue, createProportion, createTimeDesc, createTrendDesc, } from './plugin';
//# sourceMappingURL=index.d.ts.map