第86页,共495页。 显示 4,942 条结果 (0.054 秒)
【仪表盘】地图实现循环高亮效果
) } }, 1500) }示例主要使用的是IEChartsPortlet对象下的getChartInstance https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#getchartinstance方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#getchartinstance 步骤六:点击 保存,查看效果,需重新打开报表,可看到效果已实现 GIF【仪表盘】表单如何禁止选中内容
' } }) } 示例使用的是ITablePortlet对象下的setRowStyleHandler https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/itableportlet.html#setrowstylehandler方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/itableportlet.html#setrowstylehandler 2020-10-16 10-45-19.png 步骤六:点击 保存,查看效果,需重新打开报表,可看到效果已实现【仪表盘】图形组件改变X轴位置
} portlet.setChartOptions(options) } 示例主要使用的是IEChartsPortlet对象下的setChartOptions https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions 步骤六:点击 保存,查看效果,需重新打开报表,可看到效果已实现 3.资源下载 代码资源:migrate.xml【仪表盘】改变图形组件的图形类型
options.series[i].stack = "total"; } } portlet.setChartOptions(options) } 示例主要使用的是IEChartsPortlet对象下的setChartOptions https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces【仪表盘】页面菜单栏添加自定义功能按钮
() { toolbar.fold() } }) // 没序号,默认加在末尾 } 示例主要使用的是 ITablePortlet 对象下的getPageToolbar https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/ipagetoolbar.html#addButton方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/ipagetoolbar.html#addButton 2020-10-16 14-24-52.png 步骤六:点击 保存,查看效果,需重新打开报表,可看到效果已实现【仪表盘】根据区间设置柱图中柱子的颜色
" } } } } portlet.setChartOptions(options) } 示例主要使用的是IEChartsPortlet对象下的setChartOptions https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces【仪表盘】根据占比设置柱图中柱子的颜色
" } } } } portlet.setChartOptions(options) } 示例主要使用的是IEChartsPortlet对象下的setChartOptions https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions 步骤六:点击 保存,查看效果,需重新打开【仪表盘】线图根据区间设置闪烁点
) } 示例主要使用的是IEChartsPortlet对象下的setChartOptions https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions 步骤六:点击 保存,查看效果,需重新打开报表,可看到效果已实现 3.资源下载 代码资源:migrate.xml【仪表盘】图形组件中只显示部分图例
使用的是IEChartsPortlet对象下的setChartOptions https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions方法,点击查看API详情 https://wiki.smartbi.com.cn/api/xdashboardapi/interfaces/iechartsportlet.html#setchartoptions 步骤六:点击 保存,查看效果,需重新打开报表,可看到效果已实现 3.资源下载 代码资源:migrate.xml【web电子表格】选中行高亮
该宏示例在 V10.5上 验证通过 提示:本文档的示例代码仅适用于本文档中的示例报表/场景。若实际报表/场景与示例代码无法完全适配(如使用功能不一致,或多个宏代码冲突等),需根据实际需求开发代码。 1. 示例效果 原有电子表格宏实现:https://wiki.smartbi.com.cn/pages/viewpage.action?pageId=51943252 https://wiki.smartbi.com.cn/pages/viewpage.action?pageId=51943252 原效果: 选中行时,行不会高亮 预期效果:选中行高亮显示 选择行高亮.gif 2. 操作步骤 步骤一: 新建一个