This repo provides a playground file drawExample.js, where you can configure a SciChart chart, and build a standalone HTML runnable file running the SciChart chart.
After cloning repo or when you need to upgrade SciChart version -> install dependencies:
npm installWe recommend configuring the code in a CodePen, starting from this: https://codepen.io/vasculandrei/pen/gbOqXGE (so you can see the progress), and only then copy the JS into drawExample.js.
Once you're happy with your chart configuration, you can run:
npm run buildor
npm run build3d # -> if you configure a 3d chart instead This will embed the chart config & SciChart library JS + WASM into a single output.html file, which you can open in any modern browser, offline!