stream-charts
    Preparing search index...
    • Renders a streaming neuron raster plot for the series in the initial data and those sourced by the observable specified as a property in the Chart. This component uses the useChart hook, and therefore must be a child of the Chart in order to be plugged in to the chart ecosystem (axes, tracker, tooltip).

      Parameters

      • props: Props

        The properties associated with the raster plot

      Returns null

      <RasterPlot
      axisAssignments={new Map([
      ['neuron1', assignAxes("x-axis-2", "y-axis-2")],
      ['neuron2', assignAxes("x-axis-2", "y-axis-2")],
      ])}
      spikeMargin={1}
      dropDataAfter={5000}
      panEnabled={true}
      zoomEnabled={true}
      zoomKeyModifiersRequired={true}
      />