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