File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11# nodejs-visualization-example
2+
23An example that shows how to use the Nightmare headless browser to capture web-based visualizations under Node.js.
4+
5+ Example code here accopmanies [ my article on CSS tricks] ( https://css-tricks.com/server-side-visualization-with-nightmare/ ) .
6+
7+ ## Examples
8+
9+ basic-visualization/
10+
11+ This sub-directory contains a simple web app swith an example chart using C3.
12+
13+ capture-visualization/
14+
15+ Working Node.js example that uses headless browser Nightmare/Electron to capture a browser-based visualization (chart) to a PNG image file.
16+
17+ ## Data Wrangling with JavaScript
18+
19+ These examples are an extract from my book [ Data Wrangling with JavaScript] ( http://bit.ly/2t2cJu2 ) .
You can’t perform that action at this time.
0 commit comments