feat: Shows related dashboards in Explore (#21685)

This commit is contained in:
Michael S. Molina
2022-10-07 12:59:49 -03:00
committed by GitHub
parent 0ff1e49e3c
commit 200bed6f7e
9 changed files with 282 additions and 7 deletions

View File

@@ -107,6 +107,10 @@ export const URL_PARAMS = {
name: 'dashboard_page_id',
type: 'string',
},
dashboardFocusedChart: {
name: 'focused_chart',
type: 'number',
},
} as const;
export const RESERVED_CHART_URL_PARAMS: string[] = [