前端框架UI
bopoda/ace
github地址:https://github.com/bopoda/ace
演示地址:http://ace.jeka.by/
表格处理插件
datatables
官方网站:https://datatables.net/
中文网站:http://datatables.club/
时间插件
Date Range Picker
官网地址:http://www.daterangepicker.com/
github地址:https://github.com/dangrossman/daterangepicker
参数相关:https://blog.csdn.net/zdx1515888659/article/details/41675555
My97DatePicker
官网地址:http://www.my97.net/
图表插件
百度的Echarts
用过的最丰富的图表插件了,H5也适配,同样配置也很复杂。
官网地址:http://echarts.baidu.com/
github地址:https://ecomfe.github.io/echarts-doc/public/en/index.html
下载地址:http://www.echartsjs.com/download.html
ps:
增加
在option中增加鼠标悬浮显示效果
tooltip:{
type: 'showTip'
}
或者
tooltip:{
trigger: 'axis',
}