- The source code for demo.scichart.com found under the /Examples folder
- Source code for tutorials for SciChart.js, found under the /Tutorials folder; also examples for testing and profiling memory usage at /Tutorials/MemoryTests
- Sandbox examples, including boilerplates for React, Angular, Vue, Electron, Next.js and Nuxt.js plus several useful examples found under the /Sandbox folder
- Supporting code for the documentation, which is published online at scichart.com/javascript-chart-documentation is found in the /Documentation folder
Scroll down for how to compile the demo app, find tutorials and boilerplate examples
SciChart.js is commercial software with a FREE Community Edition!
Anything in this Repository is covered by MIT license - meaning you can freely use our example/demo/tutorial code in your applications.
SciChart.js Licensing Links
- Find out who can use the FREE Community license here
- Academic usage, universities and schools, non-profits and bloggers/course-writers qualify for the free community license.
- Commercial trials for a reasonable time period may use the free community license.
- Community licensing is granted as-is without tech support, but we welcome feedback & bug reports via our forums.
- Read about SciChart's commercial license terms here
- Purchase commercial licenses plus technical support here
We've prepared a short Getting Started guide for SciChart.js here.
This will walk you through the entire process of getting started in React, Vue, Angular or just pure JS and show you where tutorials and documentation are and examples.
Other useful links below:
Contains the source for the demo app for SciChart.js viewable online at demo.scichart.com.
After cloning the repo, open the /Examples folder in WebStorm or VSCode.
cd examples
npm install
npm run dev // run in dev mode
..
npm run build
npm start // run in prod mode
Further instructions can be found in /Examples/Readme.md
Contains Tutorials for 2D & 3D Charts using npm & webpack, or vanilla js (no bundler). Video tutorials are also available online.
Further instructions can be found in /Tutorials/Readme.md
Contains a number of boilerplate examples to help you get started fast using SciChart.js.
Here you can find boilerplates for React, Vue.js, Angular, Next.js, Nuxt.js, Electron and more.
Further details can be found in /Sandbox/Readme.md
All documentation is hosted online at scichart.com/javascript-chart-documentation.
The docs have recently been updated to include embedded codepen.io snippets and both JavaScript and Builder-API code samples.
The /Documentation Folder folder contains supporting code and project files for us to deploy accurate, working documentation code samples. We recommend viewing the documentation online at scichart.com/javascript-chart-documentation.
However, you can browse into /Documentation and start the project if you want to browse 100s of mini code samples that are hosted throughout the docs.