@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;
        codingStandardX?: string;
        description: string;
        populationSize?: number;
        summary: string;
        title: string;
        unitsY?: string;
    }
    Index

    Properties

    axisTitles?: AxisLabels2d

    x and y labels for data

    codingStandardX?: string

    UKRDC coding standard of x data points

    description: string

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

    populationSize?: number

    Total population size of cohort used for statistic e.g total number of patients in pie chart

    summary: string

    Summary of what the plot or statistic is trying to achieve

    title: string

    Title of plot or statistics

    unitsY?: string

    Units of y data point