XYChart: Add demo gdev dashboard (#71168)

Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
Co-authored-by: Adela Almasan <adela.almasan@grafana.com>
This commit is contained in:
Leon Sorokin
2023-11-29 11:54:16 -06:00
committed by GitHub
parent 5845f14075
commit 406704a027
7 changed files with 2280 additions and 4 deletions

View File

@ -835,5 +835,12 @@ local dashboard = grafana.dashboard;
id: 0,
}
},
dashboard.new('xychart-example', import '../dev-dashboards/panel-xychart/xychart-example.json') +
resource.addMetadata('folder', 'dev-dashboards') +
{
spec+: {
id: 0,
}
},
],
}