您当前的位置: 首页 >  ar

漏刻有时

暂无认证

  • 0浏览

    0关注

    717博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

Echarts实战案例代码(41):自定义map背景图片

漏刻有时 发布时间:2020-09-26 13:42:27 ,浏览量:0

在这里插入图片描述

            series: [{
                type: 'map',
                map: '陕西',
                roam: false,
                zoom: 1.2,
                itemStyle: {
                    normal: {
                        label: {show: true},
                        borderWidth: 1,
                        areaColor: 'rgba(0, 0, 0, 0)',
                    },
                    emphasis: {
                        label: {show: true},
                        areaColor: {color: '#061E3D'}
                    }
                },
                data: cityData,
            }]

        .main {
            width: 600px;
            height: 600px;
            background: #061E3D url('images/bg.png') no-repeat;
        }

Done!

关注
打赏
1661217259
查看更多评论
立即登录/注册

微信扫码登录

0.0393s