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 scichart.com/demo found under the /Examples folder
  2. Source code for tutorials for SciChart.js, found under the /Tutorials folder; also examples for testing and profiling memory usage at /Tutorials/MemoryTests
  3. Ready to run starter projects for React, Angular, Vue, Electron, Next.js, Nuxt.js any many more in the /Boilerplates folder
  4. Standalone examples of customisations and solutions created in response to customer requests in the /Sandbox/CustomerExamples folder
  5. Supporting code for the v3 documentation, which is published online at www.scichart.com/documentation/js/current is found in the /Documentation folder. Source for v4 Documentation is now in its own repo scichart.js.docs
  6. Advanced Licensing technical details for customers needing to deploy to unknown or localhost domains in the /AdvancedLicensing folder. Further documentation on this is at Deploying SciChart.js with Advanced Licensing (OEM).

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. Each one has a readme explaining how to get started

The /Documentation folder contains supporting code and project files for us to deploy accurate, working documentation code samples for SciChart.js v3. 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.

Source for v4 Documentation is now in its own repo scichart.js.docs

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 15