图形能够默认某个隐藏系列吗
参考图表显示部分系列接口-https://help.fanruan.com/finereport10.0/doc-view-2331.html
setTimeout(function() {
var vanchart=FR.Chart.WebUtils.getChart("chart0").getChartWithIndex(0);//获取chart0控件的第一个图表,即柱形图
vanchart.setSeriesVisible([0,1]);//显示柱形图的系列1和系列2
}, 500);