This action will force synchronization from cyyz/Cov, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
var ec_right2 = echarts.init(document.getElementById("r2"), "dark");var datamessage = [];var option_right2 = {title: {text: "今日疫情热搜",textStyle: {color: 'white'},left: 'left'},tooltip: {show: false},series: [{type: 'wordCloud',gridSize: 1,sizeRange: [12, 55], //文字范围//文本旋转范围,文本将通过rotationStep45在[-90,90]范围内随机旋转rotationRange: [-45, 0, 45, 90],// rotationStep: 45,// textRotation: [0, 45, 90, -45],// //形状// shape: 'circle',textStyle: {normal: {color: function() { //文字颜色的随机色// return 'rgb(' + [// Math.round(Math.random() * 250),// Math.round(Math.random() * 250),// Math.round(Math.random() * 250)// ].join(',') + ')';return 'rgb(' +Math.round(Math.random() * 255) +',' + Math.round(Math.random() * 255) +',' + Math.round(Math.random() * 255) + ')'}}},right: null,bottom: null,data: datamessage}]};//使用制定的配置项和数据显示图表ec_right2.setOption(option_right2);
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。