移动端图表钻取传参

移动端做一个图表的钻取,用弹窗做的,但是弹窗控件用了不生效,只能用js,请问js怎么传参呢,js代码如下

FR.mobilePopup({

target: "template",

parameters: {},

setting: {

templatePath: "/移动端/XLMX.cpt",

border: {

type: 0,

color: "rgb(0,0,0)",

borderRadius: 4.0

},

background: {

color: "rgb(255,255,255)"

},

mobileRegular: {

type: "custom" || "auto_height",

heightPercent: 40.0,

widthPercent: 80.0

},

padRegular: {

type: "custom" || "auto_height",

heightPercent: 95.0,

widthPercent: 95.0

}

}

});

微信截图_20210402133803.png

FineReport 冰雨咖啡 发布于 2021-4-2 13:41
1min目标场景问卷 立即参与
回答问题
悬赏:3 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共1回答
最佳回答
0
snrtuemcLv8专家互助
发布于2021-4-2 13:54

直接这边拼接啊,你不是定义了

templatePath: "/移动端/XLMX.cpt&参数名="+mon,

image.png

  • 2关注人数
  • 471浏览人数
  • 最后回答于:2021-4-2 13:54
    请选择关闭问题的原因
    确定 取消
    返回顶部