Skip to content

v.0.1.7

Choose a tag to compare

@jim-risen jim-risen released this 13 Jan 16:55
· 97 commits to main since this release

The initial version of scichart-react. includes primary components:

  1. SciChartReact component - the main component which creates a chart.

    • initializable with config
    • initializable with config function
    • onInit / onDelete callbacks
    • uses default or custom fallback
    • accepts and renders children providing them with a SciChartSurfaceContext
    • handles async surface initialization/cleanup, React.StrictMode
    • marked as a client component and handles SSR
  2. SciChartGroup - a contextual wrapper for one or many SciChartReact instances.

    • provides a SciChartGroupContext to child elements
    • accepts callbacks for onInit / onDelete event
  3. SciChartNestedOverview - a component that creates and renders SciChartOverview.

  • supposed to be used as a child element of a SciChartReact
  • accepts custom overview options