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.

16 lines (15 loc) 349 B
export default class ChartColoursHelper { pallette: { name: string; hex: string; }[]; getColourPallette: () => { name: string; hex: string; }[]; getHexPallette: () => string[]; setColourStyles: (datasetIndex: number) => { backgroundColor: string; borderColor: string; }; }