图表提示中写var a='123' return a报错
function(){ var a ='123';
return a;}
https://help.fanruan.com/finereport/doc-view-4397.html
参考自定义提示
var a=123
return a