加载结束事件
setTimeout(function() {
var vanchart0 = FR.Chart.WebUtils.getChart("chart0").getChartWithIndex(0); //获取图表 "chart0"
vanchart0.sortChart(1);//设置排序规则
},500);
直接在sql里面 order by 字段名称 asc
order by 字段名称 desc
数据集里 order by 排好序
直接sql里面先排好呗