码迷,mamicode.com
首页 > 其他好文 > 详细

雷达图暂无数据

时间:2020-04-02 16:20:33      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:必须   ast   network   bottom   oda   show   city   work   formatter   

 

 

var option = {
                    title: {
                        show: Object.keys(radar).length === 0,
                        // show: Object.keys(this.quanguoData).length === 0,
                        text: ‘暂无数据‘ ,
                        x: ‘center‘ ,
                        y: ‘center‘ ,
                        textStyle: {
                            color: ‘#bcbcbc‘,
                            fontWeight: 600,
                            fontSize:  16
                        }
                    },
                    tooltip: {
                        trigger: ‘item‘,
                    },
                    legend: {
                        orient: ‘vertical‘,
                        left: ‘80%‘,
                        bottom: ‘20%‘,
                        itemWidth: 8,  // 设置宽度
                        itemHeight: 8,
                        textStyle: {
                            color: ‘#B2D2E3‘
                        },
                        data: [‘本地值‘, ‘网络值‘],
                    },
                    radar: [
                        {
                            indicator: radar.length == 0 ? [{}] : radar,     //indicator必须是数组的空对象
// indicator: this.radarData,  name: { formatter: ‘{value}‘, textStyle: { color: ‘#B2D2E3‘ // 文字颜色  } }, radius: 80 } ], series: [ { type: ‘radar‘, areaStyle: {}, data: [ { name: ‘本地值‘, value: bend, // value: this.bendiData,  itemStyle: { normal: { color: "rgba(244, 94, 35, 0.8)", opacity: 0.2, } }, }, { name: ‘网络值‘, value: quan, // value: this.quanguoData,  itemStyle: { normal: { color: "rgba(34, 143, 254, 1)", } }, } ] } ] }; this.netWorkEc.setOption(option)

 

雷达图暂无数据

标签:必须   ast   network   bottom   oda   show   city   work   formatter   

原文地址:https://www.cnblogs.com/xhrr/p/12620049.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!