Trendflow JS — API Reference - v0.2.0
    Preparing search index...

    Interface TrendRow

    One row of InterestOverTimeResult.toArray: a date plus one column per series.

    interface TrendRow {
        date: Date;
        [series: string]: number | Date;
    }

    Indexable

    • [series: string]: number | Date
    Index
    date: Date