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.

19 lines 1.02 kB
/** * export all entity phrase factory functions. * user can use these factory functions to create entity phrase descriptors quickly to keep the original descriptor. */ export declare const presetPlugins: import("..").PhraseDescriptor<import("../..").EntityMetaData>[]; /** * export all entity phrase factory functions. * user can use these factory functions to create entity phrase descriptors quickly to keep the original descriptor. */ export { createMetricName } from './createMetricName'; export { createMetricValue } from './createMetricValue'; export { createDeltaValue, createRatioValue } from './createCompare'; export { createOtherMetricValue } from './createOtherMetricValue'; export { createContributeRatio } from './createContributeRatio'; export { createDimensionValue } from './createDimensionValue'; export { createProportion } from './createProportion'; export { createTimeDesc } from './createTimeDesc'; export { createTrendDesc } from './createTrendDesc'; //# sourceMappingURL=index.d.ts.map