@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative T8 markdown syntax that can be used to describe the content of data interpretation reports.
15 lines (11 loc) • 505 B
JavaScript
;
var createEntityPhraseFactory = require('../createEntityPhraseFactory.js');
var defaultDimensionValueDescriptor = {
style: function (value, _, themeSeedToken) { return ({
color: themeSeedToken.colorDimensionValue,
}); },
tooltip: false,
};
var createDimensionValue = createEntityPhraseFactory.createEntityPhraseFactory('dim_value', defaultDimensionValueDescriptor);
exports.createDimensionValue = createDimensionValue;
//# sourceMappingURL=createDimensionValue.js.map