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

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

Home Page:http://bit.ly/2t2cJu2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

http://bit.ly/2t2cJu2

License:MIT License


Languages

Language:JavaScript 83.7%Language:HTML 14.9%Language:CSS 1.3%