Skip to content

huy-qn/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

Scroll down for how to compile the demo app, find tutorials and boilerplate examples

License

SciChart.js is commercial software with a free trial, but we are planning a free community edition soon!

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 starting a trial 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 41.6%
  • JavaScript 41.3%
  • HTML 15.4%
  • CSS 0.6%
  • Vue 0.6%
  • C# 0.5%