Releases: ABTSoftware/scichart-react
Releases · ABTSoftware/scichart-react
Major v1 Release
Major v1 Release
Features and Improvements
- Updated the peer dependency on
scichartto support v4 and later. - Added
ChartGroupLoader— enables displaying a shared fallback while multiple charts are loading. SciChartReactnow supports 3D chart definitions as JSON via theconfigproperty.SciChartReactnow accepts anonInitErrorcallback 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
SciChartReactis 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.
SciChartReact component updates
- allow returning cleanup function from
onInitcallback 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
NestedLegendcomponent
Updates to lifcycle callbacks and behavior in StrictMode
- fixed
onDeleteexecution in normal / production mode - changed behavior to trigger
onInit/onDeletetwice in theStrictMode - added appropriate changes to handle this behavior in
SciChartGroup - added example of
SciChartGroupusage - added
NestedOverviewdocs
v.0.1.7
The initial version of scichart-react. includes primary components:
-
SciChartReactcomponent - the main component which creates a chart.- initializable with config
- initializable with config function
onInit/onDeletecallbacks- 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
-
SciChartGroup- a contextual wrapper for one or manySciChartReactinstances.- provides a
SciChartGroupContextto child elements - accepts callbacks for
onInit/onDeleteevent
- provides a
-
SciChartNestedOverview- a component that creates and rendersSciChartOverview.
- supposed to be used as a child element of a
SciChartReact - accepts custom overview options