stream-charts
    Preparing search index...
    • Renders a streaming scatter 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 scatter plot

      Returns null

      <ScatterPlot
      interpolation={interpolation}
      axisAssignments={new Map([
      ['test2', assignAxes("x-axis-2", "y-axis-2")],
      ])}
      dropDataAfter={10000}
      panEnabled={true}
      zoomEnabled={true}
      zoomKeyModifiersRequired={true}
      />