附上代码
$.get('../../js/echart/map/'+maptype+'.json', function(mapJson) {
myChart = echarts.init(document.getElementById('mapEchart'),'shine');
echarts.registerMap(maptype, mapJson);
附上代码
$.get('../../js/echart/map/'+maptype+'.json', function(mapJson) {
myChart = echarts.init(document.getElementById('mapEchart'),'shine');
echarts.registerMap(maptype, mapJson);
1 个回复
7***@qq.com
mui.get(url[,data][,success][,dataType]),文档有