2018年8月22日

Js + echarts 仪表图

摘要: var drawGaugeChart=function(chartId,maxValue,unit,curValue,target){ var target=0.5 var option={ tooltip : { formatter:function(data){ return "业务指标<br> 阅读全文

posted @ 2018-08-22 22:55 KellyChen_hug&hope 阅读(766) 评论(0) 推荐(0) 编辑

Js + echarts 漏斗图

摘要: var drawFunnelChart=function(chartId,titleText, dataArr,nameArr,gapArr,minValue){ var option = { title: { text: titleText, subtext: '' }, tooltip: { t 阅读全文

posted @ 2018-08-22 22:54 KellyChen_hug&hope 阅读(1978) 评论(0) 推荐(0) 编辑

Js + Tab + Bootstrap Table 防止多个table叠加

摘要: //为了防止多个table叠加,事先销毁$("#" + destroyTableId).bootstrapTable('destroy'); 阅读全文

posted @ 2018-08-22 22:51 KellyChen_hug&hope 阅读(724) 评论(0) 推荐(0) 编辑

Js 获取html的值

摘要: 获取html的值,用innerHTMLdocument.getElementById(id + ' span').innerHTML 阅读全文

posted @ 2018-08-22 22:48 KellyChen_hug&hope 阅读(290) 评论(0) 推荐(0) 编辑

导航