This folder contains the source for the demo app for SciChart.js, viewable online at demo.scichart.com.
- Clone the repository to your PC or Mac
cd examples
andnpm install
- to run the application
npm run dev
- Open https://localhost:8080 to see the demo!
Note: This will run the application in development mode.
Since version 3.2 SciChart.js runs by default with a FREE Community License. No need to sign up, start a trial, or enter a license key. This is for non-commercial use, and limited time commercial evaluation. For all the details on community licensing, including who can use it, features and restrictions, check out the community licensing page.
If you are a paid customer with an activated license, just make sure the SciChart Licensing Wizard is running, and SciChart.js will automatically pick up and use your development license. For more details on how to activate see scichart.com/licensing-scichart-js.
To purchase a full commercial license, visit store.scichart.com or contact sales.
Some of the demos require client & server to be running. To run the demo app in prod mode:
- Clone the repository to your PC or Mac
cd examples
andnpm install
- compile the application
npm run build
- now run the application
npm start
- Now open https://localhost:3000 to see the demo!
We've prepared a readme for how to add a new example/demo to the demo app.
Find this at ../Readme-AddNewExample.md
If you find an issue in SciChart, please report it. You can do that either here under Issues, or at scichart.com/contact-us.