0.4.3 • Published 4 years ago

plotsvy v0.4.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

Tehsurfer/plotsvy Netlify Status

npm version

A CSV file web viewer focused on viewing ephys and RNA seq data.

View the latest online demo at: https://plotsvy-demo.netlify.com (This demo is deployed from tehsurfer/plotsvy:netlify-hosting)

Devloper Installation

  1. git clone https://github.com/ABI-Software/plotsvy.git
  2. Install Node.js if you do not have it (check using npm -v)
  3. Navigate to the plotsvy/ directory and:
npm install
npm run pub
  1. npm run start and follow the link to http://127.0.0.1:8080

Initialising the app and using external API's

// Initialises app
var myChart = new plotsvy(targetDiv)

// Initialises app and load csv file.
var myChart = new plotsvy(targetDiv, 'path/to/any/csv/file.csv')

// Recieve alerts on state of app
myChart.openBroadcastChannel('plot-channel');
bc = new BroadcastChannel.default('plot-channel');
bc.addEventListener('message', onMessage);
0.4.3

4 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.3.11

5 years ago

0.3.10

5 years ago

0.3.9

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago