Skip to content

Commit 318ea10

Browse files
committed
new d3js resource
1 parent 6c05166 commit 318ea10

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/pages/03-data/22-d3-js.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ from scratch.
7575
If you are interested in a solution like this for your own visualizations
7676
then you should also check out [Bokeh](/bokeh.html).
7777

78+
* [How to make a modern dashboard with NVD3.js](https://css-tricks.com/how-to-make-a-modern-dashboard-with-nvd3-js/)
79+
uses the [NVD3.js](http://nvd3.org/) library that works as an
80+
abstraction on top of d3.js to create charts. The post puts together
81+
several charts to show how to build a dashboard based on public JSON
82+
data.
83+
7884

7985
### D3 ecosystem
8086
* [The trouble with D3](https://medium.com/@enjalot/the-trouble-with-d3-4a84f7de011f)

0 commit comments

Comments
 (0)