Skip to content

ABTSoftware/SciChart.JS.Examples

Repository files navigation

SciChart.js Demo, Examples, Tutorials and Boilerplates

What's in this repo?

  1. The source code for demo.scichart.com found under the /Examples folder
  2. Source code for tutorials for SciChart.js, found under the /Tutorials folder
  3. Sandbox examples, including boilerplates for React, Angular, Vue, Electron, Next.js and Nuxt.js plus several useful examples found under the /Sandbox folder
  4. 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

License

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

Useful links

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:

Using the SciChart.Js.Examples Repository

Contains the source for the demo app for SciChart.js viewable online at demo.scichart.com.

SciChart.js Demo - JavaScript Chart library

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.