We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c05166 commit 318ea10Copy full SHA for 318ea10
content/pages/03-data/22-d3-js.markdown
@@ -75,6 +75,12 @@ from scratch.
75
If you are interested in a solution like this for your own visualizations
76
then you should also check out [Bokeh](/bokeh.html).
77
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
+
84
85
### D3 ecosystem
86
* [The trouble with D3](https://medium.com/@enjalot/the-trouble-with-d3-4a84f7de011f)
0 commit comments