简体   繁体   English

如何在wso2 das中查看将哪个分析表绑定到仪表板

[英]How to see which analytic table is bound to the dashboard in wso2 das

In WSO2 DAS , I have created a Dashboard conatining a Gadget to display the analytic table as a bar chart. WSO2 DAS中 ,我创建了一个包含小工具的仪表板,以将分析表显示为条形图。 But when I try to get the json of the Dashboard and the gadget, It does not contain any inform on which analytic table/stream is bound with the gadget. 但是,当我尝试获取Dashboard和小工具的json时,它不包含有关该小工具绑定了哪个分析表/流的任何信息。

Please let me know on how to find out which analytic table is bound to the gadget in the dashboard. 请让我知道如何找出仪表板上的小工具绑定了哪个分析表。

Thanks in advance!! 提前致谢!!

First of all, I assume that you have created gadgets using "Gadget Wizard" (if not please let me know) 首先,我假设您已经使用“小工具向导”创建了小工具(如果没有,请告诉我)

Then the analytic table name can be found in the following configuration file. 然后,可以在以下配置文件中找到分析表名称。

gadget_folder/js/gadgetconf.js

In above configuration file, there will be an attribute called 'datasource' and that points to the actual analytics table. 在上面的配置文件中,将有一个名为“数据源”的属性,该属性指向实际的分析表。

Thanks, 谢谢,

Upul Upul

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM