An open API service indexing awesome lists of open source software.

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

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)