@visactor/vchart
Version:
charts lib based @visactor/VGrammar
25 lines (23 loc) • 475 B
JavaScript
const getWordCloudTheme = () => ({
word: {
padding: 1,
style: {
textAlign: "center",
textBaseline: "alphabetic",
scaleX: 1,
scaleY: 1
}
}
});
export const wordCloud = {
word: {
padding: 1,
style: {
textAlign: "center",
textBaseline: "alphabetic",
scaleX: 1,
scaleY: 1
}
}
};
//# sourceMappingURL=word-cloud.js.map