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