UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

35 lines (31 loc) 673 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.wordCloud3d = exports.wordCloud = void 0; const getWordCloudTheme = () => ({ word: { padding: 1, style: { textAlign: "center", textBaseline: "alphabetic" } } }); exports.wordCloud = { word: { padding: 1, style: { textAlign: "center", textBaseline: "alphabetic" } } }, exports.wordCloud3d = { word: { padding: 1, style: { textAlign: "center", textBaseline: "alphabetic" } } }; //# sourceMappingURL=word-cloud.js.map