stream-charts
    Preparing search index...
    • Renders a streaming bar 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 to be plugged in to the chart ecosystem (axes, tracker, tooltip).

      For a relatively complete example of how to use this plot component, see the StreamingBarChart example

      Parameters

      • props: Props

        The properties associated with the bar plot

      Returns null

      <BarPlot
      barMargin={1}
      dropDataAfter={5000}
      panEnabled={true}
      zoomEnabled={true}
      zoomKeyModifiersRequired={true}
      withCadenceOf={50}

      showMinMaxBars={true}
      showValueLines={true}
      showMeanValueLines={true}
      showWindowedMinMaxBars={true}
      showWindowedMeanValueLines={true}
      />