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