Triangle.js Docs
    Preparing search index...

    Interface Response

    interface Response {
        points: [number, 0 | 1, number][];
        startTime: number;
    }
    Index

    Properties

    Properties

    points: [number, 0 | 1, number][]

    The points in the chart:

    startTime: number

    The timestamp of the oldest record found.