06 2023 档案

摘要:dataZoom:{ type:"inside", start:0, end:50, zoomOnMouseWheel:false, moveOnMouseMove:true, moveOnMouseWheel:true, minValueSpan:4, throttle:'50‘ } 阅读全文
posted @ 2023-06-26 10:26 干饭吧 阅读(509) 评论(0) 推荐(0) 编辑
摘要:series: [ { name: '概况', type: 'pie', label:{ formatter: '{b}({d}%)', color:'#555555' }, radius: ['30%', '50%'],//小圆和大圆的半径 center: ['50%', '40%'],//饼状图 阅读全文
posted @ 2023-06-15 11:25 干饭吧 阅读(2285) 评论(0) 推荐(0) 编辑
摘要:搜索一般分为精确搜索和模糊搜索,搜索也叫过滤。 一种是模糊搜索,一般用过滤器来实现: const a = [1, 2, 3, 4, 5]const result = a.filter((item) => { return item 3})console.log('result', result) 但 阅读全文
posted @ 2023-06-13 14:57 干饭吧 阅读(471) 评论(0) 推荐(0) 编辑
摘要:dataZoom:[{type: 'slider',maxValueSpan:5,//显示数据的条数(默认显示10个)show: true,yAxisIndex: [0],left: '93%', //滑动条位置start:100,//默认为0end: 70,//默认为100orient:"vert 阅读全文
posted @ 2023-06-06 09:51 干饭吧 阅读(898) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示