Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 560 Bytes

File metadata and controls

39 lines (23 loc) · 560 Bytes

plot-examples

This repository contains various examples of using plot.

Click here to support my work

TypeScript / Node.js

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...

React

To try out the React example:

cd react

npm install

npm start