图表显示部分系列接口 https://help.fanruan.com/finereport/doc-view-2331.html
可以设置参数实现,数据集包含3个字段,分类、系列、系列值,然后设置下拉复选框字段,设置默认值,然后数据集里面接收参数就行,选哪些系列展示哪些系列
https://help.fanruan.com/finereport/doc-view-2331.html 参考
setTimeout(
function() {
var vanchart = FR.Chart.WebUtils.getChart("chart1").getChartWithIndex(0);
vanchart.setSeriesVisible([0]);
}, 1700
)