@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface Labelled2dMetadata

    Metadata for a labelled plot. x-axis is always a string/label, so no x-axis units are required. y-axis is numeric, and so units are optional here.

    interface Labelled2dMetadata {
        axisTitles?: AxisLabels2d | null;
        codingStandardX?: string | null;
        description: string;
        populationSize?: number | null;
        summary: string;
        title: string;
        unitsY?: string | null;
    }
    Index
    axisTitles?: AxisLabels2d | null
    codingStandardX?: string | null
    description: string

    In depth description of what exactly is represented and how it has been calculated

    populationSize?: number | null
    summary: string

    Summary of what the plot or statistic is trying to achieve

    title: string

    Title of plot or statistics

    unitsY?: string | null