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.

14 lines (11 loc) 448 B
import { createEntityPhraseFactory } from '../createEntityPhraseFactory.js'; var defaultMetricNameDescriptor = { style: function (value, _, themeSeedToken) { return ({ fontWeight: 500, color: themeSeedToken.colorMetricName, }); }, tooltip: false, }; var createMetricName = createEntityPhraseFactory('metric_name', defaultMetricNameDescriptor); export { createMetricName }; //# sourceMappingURL=createMetricName.js.map