This repository contains various examples of using plot.
To use, clone the repo, then:
cd typescript
npm install
npm start
A chart will be rendered to the output directory.
There's plenty of other examples that you can run in this form:
npx ts-node example-2.ts
And so on...
To try out the React example:
cd react
npm install
npm start