https://github.com/ashleydavis/nodejs-chart-rendering-example
Example of command line chart rendering using Node.js and c3-chart-maker
https://github.com/ashleydavis/nodejs-chart-rendering-example
chart charting charts data-visualization javascript node node-js nodejs visualization
Last synced: 3 months ago
JSON representation
Example of command line chart rendering using Node.js and c3-chart-maker
- Host: GitHub
- URL: https://github.com/ashleydavis/nodejs-chart-rendering-example
- Owner: ashleydavis
- License: mit
- Created: 2017-12-11T03:43:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-02T01:23:55.000Z (over 3 years ago)
- Last Synced: 2025-01-30T13:42:00.141Z (4 months ago)
- Topics: chart, charting, charts, data-visualization, javascript, node, node-js, nodejs, visualization
- Language: JavaScript
- Homepage:
- Size: 258 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs-chart-rendering-example
This repo demonstrates a use case for [c3-chart-maker](https://github.com/codecapers/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](http://www.the-data-wrangler.com/node-js-chart-rendering-with-c3-and-nightmare/).
[Click here to support my work](https://www.codecapers.com.au/about#support-my-work)
## Setup
Make sure you have Node.js installed first. Download and install from here: [https://nodejs.org/en/](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