2019年4月18日

简单的layui laydate时间控件的最大值最小值

摘要: function renderDate(option) { var nowTime = new Date().getTime(); var start = layui.laydate.render({ elem: option.startEle, type: option.type, format: 'yyyyMMdd', ... 阅读全文

posted @ 2019-04-18 09:42 slfGJ 阅读(933) 评论(0) 推荐(0) 编辑

2019年4月17日

echarts 雷达图

摘要: var evalateStaTableOption = { title: { // text: '基础雷达图' }, tooltip : { trigger: 'radar' }, color:['#ff6384','#95a5a6'],//这里需要和下面lineS... 阅读全文

posted @ 2019-04-17 14:22 slfGJ 阅读(308) 评论(0) 推荐(0) 编辑

echarts 柱状图

摘要: axisLabel: { //用于解决横轴列过多,自动隐藏列标题 interval: 0, rotate: 30 } 阅读全文

posted @ 2019-04-17 14:19 slfGJ 阅读(161) 评论(0) 推荐(0) 编辑

echats 饼状图

摘要: var option = { title: { text: '原因饼状图', x: 'center', y: 'top', textStyle: { fontSize: 20 // color:'#629bb9' ... 阅读全文

posted @ 2019-04-17 14:12 slfGJ 阅读(209) 评论(0) 推荐(0) 编辑

echarts 折线图

摘要: var statAareaOption = { title: { //表示标题 标题的位置,颜色 text: '云城区', x: 'center', y: '20px', textStyle: { fontSize: 20 ... 阅读全文

posted @ 2019-04-17 14:00 slfGJ 阅读(221) 评论(0) 推荐(0) 编辑

loadGrid layui

摘要: 用法: 阅读全文

posted @ 2019-04-17 10:50 slfGJ 阅读(423) 评论(0) 推荐(0) 编辑

导航