azure - 如何将默认的 Azure 工作簿组状态设置为展开?

标签 azure azure-application-insights azure-analysis-services appinsights expanded

如何将默认的 Azure Workbook 组状态设置为展开?

我想要在组标题中显示展开/折叠,但我也希望在用户第一次看到该组时展开状态。现在(默认情况下我假设)默认状态是折叠。有没有办法设置折叠/展开的初始值?

enter image description here

最佳答案

是的,可以设置折叠/展开的初始值。

我通过编辑组的 JSON 配置找到了解决方法。

我创建了一个随机工作簿组并输入了如下所示的数据,然后单击“编辑”。

enter image description here

在现有的 JSON 架构中,我添加了以下配置值来显示展开/设置初始状态:

"showExpandCollapse":  true
"initialState":  "expanded"

编辑完 json 配置后,点击“完成编辑”保存更改。

enter image description here

关于azure - 如何将默认的 Azure 工作簿组状态设置为展开?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/75606330/

相关文章:

ssis - 将 csv 文件写入 Azure Blob 存储时,是否可以将 SSIS 配置为将 NULL 表示为 BLANK 而不是\N?

azure - 阻止 Spark HiveContext 连接到 Hive

azure - 如何在 Visual Studio Online 持续集成中更新 Azure webApp 插槽配置?

azure - 使用 Azure 应用程序见解托管在 Azure Functions 上的 Asp.net core - 如何禁用性能计数器收集

azure-analysis-services - AnalysisServices : Cannot query internal supporting structures for column because they are not processed. 请刷新或重新计算表

azure - M 分区使用的数据函数会导致访问与模型中定义的数据源不同的数据源

VM 的 Azure 主机与 guest 指标

azure - 创建性能计数器时 Azure 模拟器出错

asp.net-mvc - 在没有 Azure 资源/存储的自定义仪表板上显示 ApplicationInsights 指标

visual-studio - 无法添加 Application Insights - 无法安装包 'Microsoft.Web.Infrastructure'