Skip to content

Example of command line chart rendering using Node.js and c3-chart-maker

License

Notifications You must be signed in to change notification settings

ashleydavis/nodejs-chart-rendering-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-chart-rendering-example

This repo demonstrates a use case for c3-chart-maker.

It shows how to render a chart from a CSV data file from the command line and accompanies a blog post on The Data Wrangler.

Click here to support my work

Setup

Make sure you have Node.js installed first. Download and install from here: https://nodejs.org/en/.

Make sure you install c3-chart-maker globallly as follows:

npm install -g c3-chart-maker

Now clone or download this repo so you have a local copy.

Generate charts

Change directory into your local copy of this repo and run the batch file to generate the example chart:

gen-example-chart.bat

Releases

No releases published

Packages

No packages published