想实现 自动排序
数据使用的单元格数据
所以不能使用 sql order by
只使用了一个大表
所以单元格的拓展后排序
参考图表排序接口-https://help.fanruan.com/finereport10.0/doc-view-2332.html
写js刷新把
设置提不爱初始化属性,然后延迟触发
setTimeout(function() {
var vanchart = FR.Chart.WebUtils.getChart("chart0").getChartWithIndex(0); //获取到chart0控件的第一个图表块,即默认图表vanchart.sortChart(); //设置排序规则
},1000);