We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let options = { series: [ { type: 'wordCloud', sizeRange: [8, 40], rotationRange: [-90, 90], gridSize: 0, shape: 'circle', maskImage: maskImage, drawOutOfBound: true, layoutAnimation: false, keepAspect: true, textStyle: { fontWeight: 'bold', color: function () { return 'rgb(' + [ Math.round(Math.random() * 200) + 50, Math.round(Math.random() * 50), Math.round(Math.random() * 50) + 50 ].join(',') + ')'; } }, emphasis: { textStyle: { color: '#528' } }, data: wordData }] };
用了maskImage 但是希望某些单词一定显示 ,如果设置drawOutOfBound为false会导致单词重叠,有什么别的方法吗
drawOutOfBound
false
The text was updated successfully, but these errors were encountered:
同问,不知是否有解决方案?
Sorry, something went wrong.
No branches or pull requests
用了maskImage 但是希望某些单词一定显示 ,如果设置
drawOutOfBound
为false
会导致单词重叠,有什么别的方法吗The text was updated successfully, but these errors were encountered: