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

    Interface ChartJsActiveElement

    Identifies a specific data element in a Chart.js chart.

    interface ChartJsActiveElement {
        datasetIndex: number;
        index: number;
    }
    Index

    Properties

    Properties

    datasetIndex: number
    index: number