10000 GitHub - plotly/plotly.js at a3d719d020a73b62b84256d589742ca2fb8aafd7
[go: up one dir, main page]

Skip to content

plotly/plotly.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plotly.js


The premier high-level javascript graphing library

Test Plotly.js with Plot.ly Image-Server docker container

Run container

$ docker run -d --name your_container_name \
                      -v $PWD/plotlyjs:/var/www/streambed/image_server/plotlyjs \
		      -p 9010:9010 -p 2022:22 plotly/imageserver:[version]

Run the test

$ docker exec -i your_container_name /bin/bash -c "cd /var/www/streambed/image_server/plotlyjs && npm run test-image"
0