Package Exports
- scichart-react
- scichart-react/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (scichart-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
SciChart React - React Wrapper for SciChart.js: High Performance JavaScript Chart Library
Getting Started
npm install scichart scichart-reactimport { SciChartSurface } from "scichart";
import { SciChartReact } from "scichart-react";
// Call useWasmFromCDN once before SciChart.js is initialised to load Wasm files from our CDN
// Alternative methods for serving and resolving wasm are available on our website
SciChartSurface.loadWasmFromCDN();
// Apply your licese key once before startup
SciChartSurface.setRuntimeLicenseKey("--YOUR_KEY_HERE--");
// ...
<SciChartReact config={{}} style={{ width: 600, height: 400 }} />;Useful Links
Features & benefits
- Learn about features of SciChart.js here