Highcharts Dashboards
    Preparing search index...

    Options used for parsing JSON data with multiple levels. The key is the column name (later used as a reference), and the value is an array of keys that are used to access the data.

    columnIds: {
    InstanceType: ['InstanceType'],
    DiskSpace: ['DiskSpace', 'RootDisk', 'SizeGB'],
    ReadOps: ['DiskOperations', 0, 'ReadOps']
    },

    Indexable

    • [key: string]: (string | number)[]