香港echarts地图json和js数据,通过该JSON可以绘制香港地图.
2022-12-27 20:02:44 83KB 香港地图 JSON echarts
1
echarts地图json数据(含全国和省以及全国、省、地市)最全,绝对有县级数据,非常完整的省市区县json数据,本人也是找了很久才找到
2022-06-18 19:27:42 8.85MB json echarts 前端 javascript
1
这个是广州荔湾区的echarts地图json文件,精细到各个街道。
2022-06-10 10:27:39 8KB echarts json
1
第四版本json 使用效果图预览 https://blog.csdn.net/RedFlag_ing/article/details/83031133 积分更少, 内容更多
2022-05-17 15:28:53 1.91MB echarts 地图 json 全国
1
function getGzMap(_data) { if (_chinaMap == undefined) { var dom = document.getElementById("container"); _chinaMap = echarts.init(dom); _chinaMap.on('click', function(params) { console.log(params); var _type = params.seriesType; if (_type == "map") { //window.parent.aaa('aa') //调用父页面方法 } else if (_type == "effectScatter") { window.parent.showMap(); } }) } var option = { backgroundColor: 'rgba(0,0,0,0)', visualMap: { type: 'piecewise', show: false, min: 0, max: 300, splitNumber: 3, itemWidth: 10, itemHeight: 10, itemGap: 5, seriesIndex: [1], pieces: [ { min: 0, max: 100, label: '优' }, { min: 101, max: 200, label: '良' }, { min: 201, max: 300, label: '高风险' } ], //color: ['#FA4D08', '#4BD94F', '#FBD32B'], //红、绿、黄 color: ['#F8DAE6', '#FEF9B5', '#B0D8B3'], //红、黄、绿 textStyle: { color: '#9EA8B1', fontSize: 10 } }, tooltip: { formatter: '{b}' }, geo: { map: 'guangdong', roam: true, aspectScale: 1, zoom: 1.5, layoutCenter: ['55%', '40%'], layoutSize: 500, label: { normal: { show: true }, emphasis: { show: true } }, itemStyle: { normal: { areaColor: '#323c48', borderColor: '#111', borderColor: '#3BB4DF', shadowColor: '#25A3FC', shadowBlur: 10 }, emphasis: { areaColor: '#ddb926' } } }, series: [{ type: 'effectScatter', coordinateSystem: 'geo', data: unitData, symbolSize: 10, symbol: 'image://../../../../Content/images/One/fire.png', //symbolRotate: 35, rippleEffect: { period: 4, scale: 5, brushType: 'fill', }, label: { normal: { formatter: '{b}', position: 'right', show: false }, emphasis: { show: false } }, itemStyle: { normal: { color: '#fff' } } }, { name: '', type: 'map', geoIndex: 0, mapType: 'guangdong', // 自定义扩展图表类型 label: { normal: { show: true, } }, itemStyle: { normal: { label: { show: true, fontSize: 10, color: '#111' }, shadowColor: '#ddb926', shadowBlur: 5, }, emphasis: { label: { show: true }, shadowColor: 'rgba(0, 0, 0, 0.5)', shadowBlur: 10 } }, data: _data }, { type: 'effectScatter', coordinateSystem: 'geo', data: windData, symbolSize: 10, symbol: 'image://../../../../Content/images/One/wind.png', //symbolRotate: 35, rippleEffect: { period: 4, scale: 5, brushType: 'fill', }, label: { normal: { formatter: '{b}', position: 'right', show: false }, emphasis: { show: false } }, itemStyle: { normal: { color: '#fff' } } }, ] }; $.getJSON('../../MapCN/guangdong.json', function(chinaJson) { echarts.registerMap('guangdong', chinaJson); _chinaMap.setOption(option, true); }); }
2022-03-28 14:04:26 4.71MB Echarts地图 json文件
1
包括全国各省json格式的地图,echarts开发专用,保证能用
2022-02-27 15:08:22 780KB echarts地图 json格式
1
echarts全国省市坐标、全国地图、世界地图(json+js)格式 echarts禁止下载前抢救下来的资源
2022-02-01 10:37:49 2.18MB echarts 地图 坐标
1
1.含省、市、县级json数据 2.内含使用demo,点击省切换到市级地图、点击市级地图切换到县级地图
2022-01-25 18:22:05 8.09MB echarts 地图json数据 前端地图
1
echarts 省市县级地图 json js 最全版本 官网版本 以前下载不了的现在可以下载了
2022-01-23 22:10:35 10.29MB echarts 地图 json
1
echarts3地图 上海市地图以及上海市下面的16个区json文件 适用于制作上海市下钻地图。
2022-01-10 14:14:52 18KB Echarts 地图 json
1