德阳地图数据显示
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
2645
public/chengdu/js/province/deyang.js
Normal file
2645
public/chengdu/js/province/deyang.js
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user