懵逼黑怎样解决

在这里插入图片描述

<!-- 引入 ECharts 文件 -->
<script src="echarts.min.js"></script>

for(var i=0;i<result.length;i++){
option.series[0].data.push({‘name’:result[i].name,‘value’:result[i].data})
}
myChart.setOption(option);
}
}
});

var option=({
backgroundColor: ‘#2c343c’,

title: {
text: ‘懵逼,颜色’,
left: ‘center’,
top: 20,
textStyle: {
color: ‘#ccc’
}
}, tooltip : {
trigger: ‘item’,
formatter: “{a}
{b} : {c} ({d}%)”
}, visualMap: {
show: false,
**min: 80,
max: 600,这个地方的最大最小应该是数据的最大数据和最小数据的范围,调整即可!!!!
inRange: {
colorLightness: [0, 1]
}
},
series :[{

         name:'访问来源',
         type:'pie',
         radius : '55%',
         center: ['50%', '50%'],
         data:[
          
         ].sort(function (a, b) { return a.value - b.value; }),
        
           roseType: 'radius',
         label: {
             normal: {
                 textStyle: {
                     color: 'rgba(255, 255, 255, 0.3)'
                 }
             }
         },
        
 
         labelLine: {
             normal: {
                 lineStyle: {
                     color: 'rgba(255, 255, 255, 0.3)'
                 },
                 smooth: 0.2,
                 length: 10,
                 length2: 20
             }
         },
         itemStyle: {
             normal: {
                 color: '#c23531',    
                 shadowBlur: 200,
                 shadowColor: 'rgba(0, 0, 0, 0.5)'
             }
         },             animationType: 'scale',
         animationEasing: 'elasticOut',
         animationDelay: function (idx) {
             return Math.random() * 200;
         }
  }
 ]
 })

})

应该是: ![在这里插入图片描述](https://img-blog.csdnimg.cn/20190302150058996.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzQzNzA0NTEx,size_16,color_FFFFFF,t_70)还 要我怎样
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值