Skip to content

egor-progger/pointlinejs-quick-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pointlinejs quick start guide

A basic example that showcases how to setup PointlineJS (https://www.npmjs.com/package/pointlinejs)

This is a very basic PointlineJS example.

This program declares:

  • simple_chart_config
  • pointlineJS instance of Class PointlineJS
  • example for calling getTree function
  • example for calling getTree function

How can I run it?

You can clone it using:

$ git clone https://github.com/egor-progger/pointlinejs-quick-start

To run this example you need to install some dependencies:

$ cd pointlinejs-quick-start
$ npm install

Start local dev-server:

$ npm run start

Open in browser http://localhost:9001/ and see example of basic tree

About

Quick start example for using pointlinejs

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors