为了能够让下方示例正确显示数据范围,您需要先登录 Engage 集成环境。

# 基础示例

指定 publishUrl 属性,publishUrl 表示 gvp 报表链接地址。

# 用法二

指定 reportName 属性,值为 admin 中配置的对应的报表名称。

# EViewGvpDashboard

# Props

Name Description Type Required Default
publishUrl - String false -
reportName - String false -
config - Object false -
customFilter 自定义过滤条件,要求指定仪表盘内用到的所有数据表都有条件内使用的字段,否则 GVP 会报错。 如 {customerId: 'xxxxx'}。支持传入多个字段,如 {a: '1', b: '2'}。字段名必须是 GVP 数据表的字段名 Object false -