MAIDR Documentation - v3.67.0
    Preparing search index...

    Interface ChartJsDatasetMeta

    Metadata for a dataset (returned by chart.getDatasetMeta()).

    interface ChartJsDatasetMeta {
        data: ChartJsMetaElement[];
        type: string;
    }
    Index

    Properties

    Properties

    type: string