UNPKG

@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.

20 lines 975 B
import { PluginManager } from './PluginManager'; import { presetPlugins } from './presets'; /** * NOTE: the plugin created by createCustomPhraseFactory will work when the spec is phrase. */ export { createCustomPhraseFactory } from './createCustomPhraseFactory'; /** * NOTE: the plugin created by createCustomBlockFactory will work when the spec is section & paragraph. */ export { createCustomBlockFactory } from './createCustomBlockFactory'; export { PluginManager } from './PluginManager'; /** * NOTE: use these presets to create plugin to apply to the entity phrase spec. */ export { createMetricName, createMetricValue, createDeltaValue, createRatioValue, createOtherMetricValue, createContributeRatio, createDimensionValue, createProportion, createTimeDesc, createTrendDesc, } from './presets'; export * from './types'; export declare const presetPluginManager: PluginManager; export { presetPlugins }; export * from './utils'; //# sourceMappingURL=index.d.ts.map