随笔分类 -  ECharts

摘要:$.ajax({ type: "Get", url: "/xx/xxx", data: { year: $("#year").val() }, dataType: "json", success: function (result) { if (echarts_model2 == null) ech 阅读全文
posted @ 2019-10-11 17:10 艺洁 阅读(2590) 评论(0) 推荐(0)
摘要:<script src="~/Scripts/echarts.min.js"></script><script src="~/Scripts/map.js"></script><script src="~/Scripts/map/jiangxi.js"></script> var myChart = 阅读全文
posted @ 2019-10-11 16:49 艺洁 阅读(1199) 评论(0) 推荐(0)
摘要:activityRankBar(type) { let xAxis = []; let yData = []; let current = []; let name = ""; let myChart = ""; if (type == "partyActivity") { current = th 阅读全文
posted @ 2019-10-10 09:21 艺洁 阅读(7500) 评论(0) 推荐(0)
摘要:propertiesPie() { if (this.Properties.length > 0) { _document.getElementById("properties").innerHTML = '<div id="propertiesPie" style="width:100%;heig 阅读全文
posted @ 2019-09-27 17:01 艺洁 阅读(3265) 评论(0) 推荐(0)
摘要:data() { return { PartyActivity: "", imgsrc: require("../../../../assets/images/nodata.png") }; } PartyActivityPie() { if (this.PartyActivity.length > 阅读全文
posted @ 2019-09-27 17:00 艺洁 阅读(562) 评论(0) 推荐(0)