https://github.com/daumann/c3-nvd3-updating-data
A comparison of NVD3, C3, DC concerning updating data charts
https://github.com/daumann/c3-nvd3-updating-data
Last synced: 10 months ago
JSON representation
A comparison of NVD3, C3, DC concerning updating data charts
- Host: GitHub
- URL: https://github.com/daumann/c3-nvd3-updating-data
- Owner: daumann
- Created: 2016-08-01T21:48:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T17:16:19.000Z (almost 10 years ago)
- Last Synced: 2025-02-25T08:47:31.596Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://daumann.github.io/c3-nvd3-updating-data
- Size: 20 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Side by side comparison of NVD3, C3 and DC
Three chart types (line, stacked, donut) are plotted in C3, DC and NVD3 and are getting updated in a customizable interval.
The purpose of this exercise is to test the capabilities and performance of the three most commonly used D3 chart libraries.
Online link: http://daumann.github.io/c3-nvd3-updating-data
## Setup
To build locally:
```
npm install
```
and open **index.html** in your browser (no server necessary)