UNPKG

@ministryofjustice/hmpps-digital-prison-reporting-frontend

Version:

The Digital Prison Reporting Frontend contains templates and code to help display data effectively in UI applications.

48 lines (47 loc) 1.17 kB
export namespace barChartStackedDashboard { let id: string; let name: string; let description: string; let sections: ({ id: string; display: string; description: string; visualisations: { id: string; type: string; display: string; options: { horizontal: boolean; xStacked: boolean; yStacked: boolean; }; columns: { keys: { id: string; display: string; }[]; measures: { id: string; display: string; }[]; }; }[]; } | { id: string; display: string; visualisations: { id: string; type: string; display: string; options: { showLatest: boolean; }; columns: { measures: never[]; expectNulls: boolean; }; }[]; description?: never; })[]; let filterFields: never[]; }