console/frontend: add a selector for dimensions

This commit is contained in:
Vincent Bernat
2022-05-15 14:51:16 +02:00
parent 16a7d183ca
commit 04d818e00f
11 changed files with 348 additions and 10 deletions

View File

@@ -513,3 +513,7 @@ func (c *Component) graphHandlerFunc(gc *gin.Context) {
gc.JSON(http.StatusOK, output)
}
func (c *Component) graphFieldsHandlerFunc(gc *gin.Context) {
gc.JSON(http.StatusOK, graphColumnMap.Values())
}