0i / echarts-world-features

echarts world features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

echarts-world-features

echarts world features

build world map js file

php -d memory_limit=1000M echarts.php

echarts series mapType

series: [
    {
        name: 'devices',
        type: 'map',
        mapType: 'world-features',
        roam: true,
        itemStyle:{
            emphasis:{label:{show:true}}
        },
        data: data
    }
]

About

echarts world features


Languages

Language:PHP 100.0%