Skip to content

data-forge-notebook/plot-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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