huy-qn / SciChart.JS.Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

/Examples Folder

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

/Tutorials Folder

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

/Sandbox Folder

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

License:MIT License


Languages

Language:TypeScript 41.5%Language:JavaScript 41.3%Language:HTML 15.4%Language:CSS 0.6%Language:Vue 0.6%Language:C# 0.5%Language:Shell 0.0%