自定义如何添加公式
公式可以用js写
----------------
推荐使用富文本的
=========================
用自定义吧
function(){
per=(FR.remoteEvaluate("value('ds1',3,1,'"+this.name+"')")*1).toFixed(0);
return per;
}
效果
数据集绑定的是第二列,实际显示标签的第三列
图表自定义标题/标签/提示
JS中使用公式--https://help.fanruan.com/finereport/doc-view-1785.html