一般可以设置在图表提示栏中提示 横纵坐标,,
假如在填报数据时,当数据异常,可以在备注栏中备注,如何将备注也展示在提示栏中
参考自定义标签-https://help.fanruan.com/finereport/doc-view-1882.html
自定义提示点-https://help.fanruan.com/finereport/doc-view-1883.html
也可以自己写sal取数据库数据
标签自定义拼接sql函数
function(){ return FR.remoteEvaluate('=SQL("FRDemo","'+"select PRODUCTNAME from PRODUCT where PRODUCTID = '"+this.seriesName+"'"+'",1,1)');}
https://help.fanruan.com/finereport/doc-view-1883.html#7
这个应该可以的,把对应内容换成你要的备注