德阳地图数据显示

This commit is contained in:
zxy
2024-02-23 15:02:46 +08:00
parent 32bc02dd38
commit cbd453f520
2 changed files with 2647 additions and 2 deletions

View File

@@ -1328,7 +1328,7 @@ function getData20() {
var city = res.data; var city = res.data;
if (city.length > 0) { if (city.length > 0) {
var myChart = echarts.init(document.getElementById("echart20")); var myChart = echarts.init(document.getElementById("echart20"));
$.getScript("js/province/js/" + "sichuan.js", function () { $.getScript("js/province/" + "deyang.js", function () {
var option = { var option = {
tooltip: { tooltip: {
trigger: "item", trigger: "item",
@@ -1361,7 +1361,7 @@ function getData20() {
{ {
name: "四川", name: "四川",
type: "map", type: "map",
mapType: "四川", mapType: "德阳市",
aspectScale: 0.75, aspectScale: 0.75,
zoom: 1.3, zoom: 1.3,
roam: true, roam: true,

File diff suppressed because it is too large Load Diff