摘要: 取数据: 鼠标移动: 阅读全文
posted @ 2018-11-28 17:59 一夜梦想 阅读(6982) 评论(0) 推荐(0) 编辑
摘要: myChart.dispatchAction({ type: "takeGlobalCursor", key: 'dataZoomSelect', dataZoomSelectActive: true }); 阅读全文
posted @ 2018-11-07 17:24 一夜梦想 阅读(1712) 评论(0) 推荐(0) 编辑
摘要: myChart.dispatchAction({ type: 'takeGlobalCursor', key: 'brush', brushOption:{ brushType: 'lineX' } }); 阅读全文
posted @ 2018-08-15 19:56 一夜梦想 阅读(710) 评论(0) 推荐(0) 编辑
摘要: dataZoom : [{ type: 'slider', xAxisIndex: 0, show: false, //不显示滚动条 }, { type: 'slider', yAxisIndex: 0, show... 阅读全文
posted @ 2018-08-13 16:53 一夜梦想 阅读(1551) 评论(0) 推荐(0) 编辑
摘要: 开始、暂停、停止 Start Pause Stop 阅读全文
posted @ 2018-04-24 10:38 一夜梦想 阅读(7226) 评论(0) 推荐(0) 编辑
摘要: 1、配置 2、particles.js 阅读全文
posted @ 2018-01-18 16:44 一夜梦想 阅读(918) 评论(0) 推荐(1) 编辑
摘要: const childProcess = require('child_process'); const exec = childProcess.exec function viewProcessMessage (name, cb) { let cmd = process.platform === 'win32' ? 'tasklist' : 'ps aux' exec(cmd, fu... 阅读全文
posted @ 2017-12-28 11:22 一夜梦想 阅读(5121) 评论(0) 推荐(0) 编辑
摘要: vuejs日历 上年 上月 {{year}}-{{month}} 下月 下年 {{weeks[i - 1][1]}} ... 阅读全文
posted @ 2017-10-14 16:32 一夜梦想 阅读(394) 评论(0) 推荐(0) 编辑
摘要: 修改ionic.bundle.js 阅读全文
posted @ 2017-08-24 10:23 一夜梦想 阅读(259) 评论(0) 推荐(0) 编辑
摘要: var bankcardList = [{ bankName: "中国邮政储蓄银行", bankCode: "PSBC", patterns: [{ reg: /^(621096|621098|622150|622151|622181|622188|622199|955100|621095|620062|621285|621798|621799|621797|... 阅读全文
posted @ 2017-08-19 09:57 一夜梦想 阅读(15991) 评论(9) 推荐(2) 编辑