Heatmap: Support heatmap rows with non-timeseries X axis (#60929)

Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
This commit is contained in:
Ryan McKinley
2023-02-01 15:16:34 -08:00
committed by GitHub
co-authored by Leon Sorokin
parent d4f4a83574
commit 4a8763d7b6
5 changed files with 385 additions and 20 deletions
+7
View File
@@ -303,6 +303,13 @@ local dashboard = grafana.dashboard;
id: 0,
}
},
dashboard.new('heatmap-x', import '../dev-dashboards/panel-heatmap/heatmap-x.json') +
resource.addMetadata('folder', 'dev-dashboards') +
{
spec+: {
id: 0,
}
},
dashboard.new('histogram_tests', import '../dev-dashboards/panel-histogram/histogram_tests.json') +
resource.addMetadata('folder', 'dev-dashboards') +
{