Skip to content

Data-Wrangling-with-JavaScript/nodejs-visualization-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-visualization-example

An example that shows how to use the Nightmare headless browser to capture web-based visualizations under Node.js.

Example code here accompanies my article on CSS tricks which is an extract from my book Data Wrangling with JavaScript.

You can support my work here

Examples

basic-visualization/

This sub-directory contains a simple web app swith an example chart using C3.

capture-visualization/

Working Node.js example that uses headless browser Nightmare/Electron to capture a browser-based visualization (chart) to a PNG image file.

Data Wrangling with JavaScript

These examples are an extract from my book Data Wrangling with JavaScript.