@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.
13 lines (10 loc) • 445 B
JavaScript
import { createEntityPhraseFactory } from '../createEntityPhraseFactory.js';
var defaultDimensionValueDescriptor = {
style: function (value, _, themeSeedToken) { return ({
color: themeSeedToken.colorDimensionValue,
}); },
tooltip: false,
};
var createDimensionValue = createEntityPhraseFactory('dim_value', defaultDimensionValueDescriptor);
export { createDimensionValue };
//# sourceMappingURL=createDimensionValue.js.map