@visactor/vchart
Version:
charts lib based @visactor/VGrammar
31 lines (27 loc) • 579 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.wordCloud = void 0;
const getWordCloudTheme = () => ({
word: {
padding: 1,
style: {
textAlign: "center",
textBaseline: "alphabetic",
scaleX: 1,
scaleY: 1
}
}
});
exports.wordCloud = {
word: {
padding: 1,
style: {
textAlign: "center",
textBaseline: "alphabetic",
scaleX: 1,
scaleY: 1
}
}
};
//# sourceMappingURL=word-cloud.js.map