JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6432
  • Score
    100M100P100Q122358F
  • License MIT

React wrapper for SciChart JS

Package Exports

    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-react
    import { 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 }} />;

    Features & benefits

    Onboarding

    Support