# echarts-wordcloud
Unofficial (https://github.com/apache/incubator-echarts) wordcloud extension based on [wordcloud2.js](https://github.com/timdream/wordcloud2.js) for Apache ECharts.
![](./example/word-cloud.png)
## Examples
[Google Trends](https://ecomfe.github.io/echarts-wordcloud/example/wordCloud.html)
[ECharts Option Keywords](https://ecomfe.github.io/echarts-wordcloud/example/optionKeywords.html)
## Install
```html
<script src="echarts.min.js"></script>
<script src="echarts-wordcloud.min.js"></script>
```
Or
```shell
npm install echarts
npm install echarts-wordcloud
```
```js
import * as echarts from 'echarts'
import 'echarts-wordcloud';
```
NOTE:
echarts-wordcloud@2 is for echarts@5
echarts-wordcloud@1 is for echarts@4
## Usage
```js
var chart = echarts.init(document.getElementById('main'));
chart.setOption({
...
series: [{
type: 'wordCloud',
// The shape of the "cloud" to draw. Can be any polar equation represented as a
// callback function, or a keyword present. Available presents are circle (default),
// cardioid (apple or heart shape curve, the most known polar equation), diamond (
// alias of square), triangle-forward, triangle, (alias of triangle-upright, pentagon, and star.
shape: 'circle',
// A silhouette image which the white area will be excluded from drawing texts.
// The shape option will continue to apply as the shape of the cloud to grow.
maskImage: maskImage,
// Folllowing left/top/width/height/right/bottom are used for positioning the word cloud
// Default to be put in the center and has 75% x 80% size.
left: 'center',
top: 'center',
width: '70%',
height: '80%',
right: null,
bottom: null,
// Text size range which the value in data will be mapped to.
// Default to have minimum 12px and maximum 60px size.
sizeRange: [12, 60],
// Text rotation range and step in degree. Text will be rotated randomly in range [-90, 90] by rotationStep 45
rotationRange: [-90, 90],
rotationStep: 45,
// size of the grid in pixels for marking the availability of the canvas
// the larger the grid size, the bigger the gap between words.
gridSize: 8,
// set to true to allow word being draw partly outside of the canvas.
// Allow word bigger than the size of the canvas to be drawn
drawOutOfBound: false,
// If perform layout animation.
// NOTE disable it will lead to UI blocking when there is lots of words.
layoutAnimation: true,
// Global text style
textStyle: {
fontFamily: 'sans-serif',
fontWeight: 'bold',
// Color can be a callback function or a color string
color: function () {
// Random color
return 'rgb(' + [
Math.round(Math.random() * 160),
Math.round(Math.random() * 160),
Math.round(Math.random() * 160)
].join(',') + ')';
}
},
emphasis: {
focus: 'self',
textStyle: {
shadowBlur: 10,
shadowColor: '#333'
}
},
// Data is an array. Each array item must have name and value property.
data: [{
name: 'Farrah Abraham',
value: 366,
// Style of single text
textStyle: {
}
}]
}]
});
```
没有合适的资源?快使用搜索试试~ 我知道了~
Python毕业设计-python的基于B站用户行为分析系统.zip
共418个文件
png:99个
js:93个
pyc:47个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
5星 · 超过95%的资源 1 下载量 31 浏览量
2023-09-12
17:26:26
上传
评论
收藏 33.74MB ZIP 举报
温馨提示
Python 完整项目,可作为 Python 毕业设计,Python 课程设计,包含:项目源码、数据库脚本、软件工具等,前后端代码都在里面。 该系统功能完善、界面美观、操作简单、功能齐全、管理便捷,具有很高的实际应用价值。 项目都经过严格调试,确保可以运行!可以放心下载, 1. 技术组成 前端: html 后台框架:Python,建议使用 3.7 开发环境:pycharm 数据库可视化工具:使用 Navicat 数据库:MySql(如果有的话) 2 部署 用 pycharm 打开,使用 pip 下载相关依赖,然后 run 就 ok 了
资源推荐
资源详情
资源评论
收起资源包目录
Python毕业设计-python的基于B站用户行为分析系统.zip (418个子文件)
font-awesome.min.css 34KB
home.css 33KB
icon.css 25KB
responsive.css 17KB
select2.css 17KB
base.css 16KB
select2.min.css 15KB
style.css 13KB
widgets.css 10KB
autocomplete.css 8KB
forms.css 8KB
changelists.css 6KB
core.css 5KB
rtl.css 4KB
snow.css 2KB
responsive_rtl.css 2KB
login.css 1KB
fonts.css 423B
dashboard.css 412B
user.dict 3KB
fontawesome-webfont.eot 75KB
geckodriver.exe 3.34MB
nicEditorIcons.gif 4KB
noimg.gif 713B
.gitignore 32B
customer.html 25KB
release.html 25KB
atlas.html 23KB
agreement.html 16KB
index-starLevel.html 15KB
content.html 14KB
go-reg-reg.html 13KB
optionKeywords.html 13KB
all_analysis.html 13KB
content-data.html 11KB
go-reg-username.html 9KB
related.html 8KB
standard.html 7KB
asset_base.html 7KB
test_analysis.html 7KB
data-show.html 7KB
page.html 6KB
emotion_anas.html 6KB
base.html 6KB
go-reg.html 6KB
up_analysis.html 6KB
user_analysis.html 5KB
wordCloud.html 5KB
forget_pwd.html 5KB
detail_base.html 4KB
info-edit.html 3KB
home.html 3KB
register.html 3KB
login.html 3KB
three_analysis.html 2KB
page_2.html 2KB
info.html 2KB
wordcloud.html 2KB
page_3.html 2KB
page_4.html 2KB
asset.html 1KB
favicon.ico 4KB
logo.jpeg 82KB
body.jpg 1.26MB
banner.jpg 484KB
img-ad4.jpg 358KB
img-ad10.jpg 358KB
img-ad7.jpg 332KB
img-ad2.jpg 319KB
img-ad9.jpg 318KB
img-ad8.jpg 316KB
img-ad0.jpg 307KB
img-ad5.jpg 270KB
ad1.jpg 240KB
img-ad1.jpg 227KB
img-ad6.jpg 221KB
img-ad3.jpg 210KB
ad2.jpg 199KB
ad3.jpg 189KB
echarts.min.js 730KB
echarts.min.js 730KB
echarts.min.js 289KB
jquery.js 253KB
select2.full.js 158KB
xregexp.js 126KB
jquery-1.5.2.min.js 84KB
jquery.min.js 84KB
jquery-2.1.4.min.js 82KB
jquery.min.js 82KB
select2.full.min.js 73KB
xregexp.min.js 61KB
nicEdit.js 49KB
echarts-wordcloud.js 48KB
layout.js 35KB
DateTimeShortcuts.js 20KB
echarts-wordcloud.min.js 16KB
inlines.js 13KB
SelectFilter2.js 12KB
urlify.js 9KB
calendar.js 8KB
共 418 条
- 1
- 2
- 3
- 4
- 5
资源评论
- lizong1112222024-03-09发现一个超赞的资源,赶紧学习起来,大家一起进步,支持!
Java老徐
- 粉丝: 2098
- 资源: 2044
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- MATLAB代码:考虑V2G的光储充一体化微网多目标优化调度策略 关键词:光储充微网 电电汽车V2G 多目标优化 蓄电池优化 调度 参考文档:光伏微网下考虑V2G补偿蓄电池容量的双目标优化调度策略
- 万能回复背景图生成app 告别单调聊天界面.mp4
- 万能驱动8(v24v6) 万能驱动VIP版(EasyDrv8).mp4
- 王桂林C语言从放弃到入门.mp4
- 万象小组件v5.3.02024解锁会员功能高级版.mp4
- 实际项目开发中用到的代码,FPGA通过uart通讯解析上位机发送的数据包,并实现数据存储和调用,采用三段式状态机,Verilog语言 数据包包含帧头、命令、数据长度、数据、16位的crc
- 王者荣耀抽1.68~50.68亓红包.mp4
- 王桂林零基础入门C语言 从放弃到入门.mp4
- 网易云音乐分享抽1~7天会员.mp4
- 微软 Office 2024 批量许可版24年12月更新版.mp4
- 微数据恢复管家 轻松找回误删的文件.mp4
- 永磁同步电机电流滞环控制Matlab simulink仿真模型,参数已设置好,可直接运行 属于PMSM转速电流双闭环矢量控制系统模型 电流内环采用电流滞环控制(pang-pang控制),转速外环为
- 教育数据科学中学生辍学预测与学业成功的机器学习方法
- 永磁同步电机的磁场定向控制(矢量控制)simulink仿真模型,波形完美
- 机器学习预测教育领域学生辍学与学业成功的数据分析及模型应用
- 内容分发网络(CDN):原理、特点及其自建必要性的解析与探讨
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功