10 2021 档案
echarts 多饼图集合多标题
摘要:/* 设备状况监控 */ // $(document).ready(function () { // 基于准备好的dom,初始化echarts实例 var myChart = echarts.init(document.querySelector(".mes995 .chart")); // 2. 阅读全文
posted @ 2021-10-08 16:13 redhat588 阅读(3670) 评论(0) 推荐(1)
近1个月订单占比城市TOP6
摘要:/* 近1个月安装服务城市TOP10 */ // $(document).ready(function () { // 基于准备好的dom,初始化echarts实例 var myChart = echarts.init(document.querySelector(".mes993 .chart") 阅读全文
posted @ 2021-10-07 16:47 redhat588 阅读(95) 评论(0) 推荐(0)
javascript 显示日期
摘要:<script> (function (fn) { fn(); setInterval(fn, 1000); }) (function () { var dt = new Date(); const month = new Date().getMonth()+1 document.querySele 阅读全文
posted @ 2021-10-06 16:28 redhat588 阅读(65) 评论(0) 推荐(0)