Skip to content

Major v1 Release

Latest

Choose a tag to compare

@jim-risen jim-risen released this 08 Aug 16:13
· 30 commits to main since this release

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.