fvs图表如何初始化js排序
FR11.0.27版本,你看一下你的版本号是多少。测试正常的
setTimeout(function() {
duchamp.getWidgetByName("条形图").sortChart(1);//
},800)
-----------------------
duchamp.getWidgetByName("条形图").sortChart(-1);//
升序效果
降序效果
FVS图表排序接口 https://help.fanruan.com/finereport/doc-view-5254.html
========
FVS支持的JS事件说明
"use document";
setTimeout(function(){
duchamp.getWidgetByName("条形图").sortChart();//排序可切换升降序
},100)