提交 b2c34e7a authored 作者: quanlili's avatar quanlili

添加注释

上级 3d422d59
...@@ -711,10 +711,10 @@ export default { ...@@ -711,10 +711,10 @@ export default {
name: '', name: '',
type: 'wordCloud', type: 'wordCloud',
shape: 'circle', shape: 'circle',
rotationRange: [0,0], rotationRange: [0,0],//字体旋转的角度
sizeRange: [12, 50], sizeRange: [12, 50],//字体大小的范围
gridSize: 10, gridSize: 10,//字体分布的密集程度
maskImage: maskImage, maskImage: maskImage,//字体以图片形状分布,支持为 HTMLImageElement, HTMLCanvasElement,不支持路径字符串
textStyle: { textStyle: {
normal: { normal: {
fontFamily: 'sans-serif', fontFamily: 'sans-serif',
...@@ -726,10 +726,10 @@ export default { ...@@ -726,10 +726,10 @@ export default {
Math.round(Math.random() * 160), Math.round(Math.random() * 160),
Math.round(Math.random() * 160), Math.round(Math.random() * 160),
Math.round(Math.random() * 160) Math.round(Math.random() * 160)
].join(',') + ')'; ].join(',') + ')';//字体的随机颜色
} }
}, },
emphasis: { emphasis: {//鼠标移入的特效样式
shadowBlur: 10, shadowBlur: 10,
shadowColor: '#333' shadowColor: '#333'
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论