Skip to content

Releases: ABTSoftware/scichart-react

Major v1 Release

08 Aug 16:13

Choose a tag to compare

Major v1 Release

Features and Improvements

  • Updated the peer dependency on scichart to support v4 and later.
  • Added ChartGroupLoader — enables displaying a shared fallback while multiple charts are loading.
  • SciChartReact now supports 3D chart definitions as JSON via the config property.
  • SciChartReact now accepts an onInitError callback for handling errors during initialization.

Fixes

  • Fixed a warning about updating state on an unmounted component.
  • Disabled the internal loader in the core component by default, ensuring only the fallback provided by SciChartReact is displayed.
  • Removed the default chart size and aspect ratio. Be sure to set the size explicitly.

v0.1.9 Nested Legend. Destructor callback support for onInit.

12 Jun 11:23

Choose a tag to compare

SciChartReact component updates

  • allow returning cleanup function from onInit callback on component
  • fix duplicate ids of inner chart containers within SciChartReact
  • improvement to StrictMode handling for SciChartReact - prevent lag and display only the second intialized chart instance

Other improvements

  • NestedLegend component

Updates to lifcycle callbacks and behavior in StrictMode

06 Mar 08:03

Choose a tag to compare

  • fixed onDelete execution in normal / production mode
  • changed behavior to trigger onInit / onDelete twice in the StrictMode
  • added appropriate changes to handle this behavior in SciChartGroup
  • added example of SciChartGroup usage
  • added NestedOverview docs

v.0.1.7

13 Jan 16:55

Choose a tag to compare

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