// home页面所有echart图表 //住房价格指数 let city_myChart1 = echarts.init(document.querySelector(".cityEchart1")) $.get("http://118.178.224.202:8024/api/h-pindex",function(data){ var d = data.data console.log("得到的价格指数的数据",data) var yishou = countTotal(d,'ancHousing').toFixed(2) var ershou = countTotal(d,'csHousing').toFixed(2) /* $("#yishou").html(yishou) $("#ershou").html(ershou) */ let cityOption1 = { title: { text: "", }, tooltip: { trigger: "axis", formatter: `