@visactor/vchart
Version:
charts lib based @visactor/VGrammar
24 lines (20 loc) • 508 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.wordCloudSeriesMark = void 0;
const constant_1 = require("../base/constant");
exports.wordCloudSeriesMark = Object.assign(Object.assign({}, constant_1.baseSeriesMark), {
word: {
name: "word",
type: "text"
},
fillingWord: {
name: "fillingWord",
type: "text"
},
wordMask: {
name: "wordMask",
type: "rect"
}
});
//# sourceMappingURL=constant.js.map