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