关于图表得提示问题

图表提示问题.cpt


FineReport Jason.Feng 发布于 2020-1-7 14:23
1min目标场景问卷 立即参与
回答问题
悬赏:4 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共2回答
最佳回答
0
影丶Lv5高级互助
发布于2020-1-7 17:06(编辑于 2020-1-7 17:09)

提示使用自定义,如:

function(){ 
	
	return this.category+': \n'+this.seriesName+': '+this.value
	+' '+FR.remoteEvaluate('=value("Embedded1",3,1,"'+this.seriesName+'")');	
}

参考:Value函数使用介绍-https://help.finereport.com/doc-view-853.html

在JS代码中使用FineReport内置的公式-https://help.finereport.com/doc-view-1785.html


1578378195171243.cpt


最佳回答
0
xiaomiliLv6初级互助
发布于2020-1-7 16:27

需要哪里的什么提示啊,

  • 3关注人数
  • 520浏览人数
  • 最后回答于:2020-1-7 17:09
    请选择关闭问题的原因
    确定 取消
    返回顶部