Options
All
  • Public
  • Public/Protected
  • All
Menu

The spike-chart data produced by the rxjs observable that is pushed to the RasterChart

Hierarchy

  • ChartData

Index

Properties

Optional currentTime

currentTime?: number

maxTime

maxTime: number

The max (latest) time for the data in the newPoints map

maxTimes

maxTimes: Map<string, number>

Holds the association of the series name to the current max time for that series

newPoints

newPoints: Map<string, Datum[]>

Map holding the name of the series (the time-series identifier) and the associated data points for that time-series (map(series_name -> array(datum)))

Generated using TypeDoc