现在是点击传参,可以做到,鼠标经过就传参吗
$("#element").mouseenter(function(){
// 在这里编写当鼠标移入元素时需要执行的代码
alert("鼠标已移入元素!");
});
js刷新图表https://help.fanruan.com/finereport/doc-view-1857.html
FR.Chart.WebUtils.getChart("chartID").dataRefresh()
标准是没有这个接口
需要自己二开写js