php+mysql查询中国地图省份
程序员文章站
2022-05-16 22:36:17
...
本文用的是echarts图表插件,就是百度退出来的,调用方法很简单。
echarts配置
echarts配置
option = {
title: {
text: '2015年GDP统计数据',
subtext: '数据来源网络(单位:万亿元)',
left: 'center'
},
tooltip: {
trigger: 'item',
formatter: "{a}
{b} : {c}万亿元"
},
visualMap: {
min: 0,
max: 10,
left: 'left',
top: 'bottom',
orient: 'horizontal',
text: ['高', '低'], // 文本,默认为数值文本
calculable: true //是否启用值域漫游,即是否有拖拽用的手柄,以及用手柄调整选中范围。
},
toolbox: {//工具栏
show: true,
orient: 'vertical', //垂直
left: 'right',
top: 'center',
feature: {
mark: {show: true},
saveAsImage: {show: true} //保存为图片
}
},
series: [
{
name: '2015年GDP',
type: 'map',
mapType: 'china',
roam: false, //是否开启鼠标缩放和平移
itemStyle: {
normal: {label: {show: true}},
emphasis: {label: {show: true}}
},
data: []
}
]
};
var myChart = echarts.init(document.getElementById('myChart'));
myChart.showLoading();
myChart.setOption(option);
中国地图省份数据读取:http://www.sucaihuo.com/js/720.html PHP+echarts读取地图数据.zip ( 191.71 KB 下载:49 次 )
AD:真正免费,域名+虚机+企业邮箱=0元