1 |
- const e=[{name:"北京",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"天津",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"上海",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"重庆",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"河北",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"河南",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"云南",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"辽宁",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"黑龙江",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"湖南",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"安徽",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"山东",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"新疆",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"江苏",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"浙江",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"江西",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"湖北",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"广西",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"甘肃",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"山西",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"内蒙古",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"陕西",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"吉林",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"福建",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"贵州",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"广东",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"青海",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"西藏",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"四川",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"宁夏",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"海南",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"台湾",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"香港",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]},{name:"澳门",value:Math.round(Math.random()*1e3),tipData:[Math.round(Math.random()*1e3),Math.round(Math.random()*1e3)]}],u=(()=>{const t=[];let h=+new Date;const n=[],o=[];for(let r=0;r<20;r++){const a=new Date(h+=864e5);t.push([a.getFullYear(),a.getMonth()+1,a.getDate()].join("-"));const d=Math.random()*200,M=Math.random()*200;o.push(d),n.push(M+d)}return{barData:o,category:t,lineData:n}})();export{u as g,e as m};
|