Reputation: 13
Is it possible to create a graph like: http://nvd3.org/ghpages/stackedArea.html in D3.js or this kind of stacked area chart is inclusive for NVD3? Does any one know any related example in D3.js,
Thanks in advance!
Upvotes: 0
Views: 2492
Reputation: 3877
This stacked area chart you are referring to is part of NVD3. See the source code below the chart.
Another example which does not need NVD3 but is less interactive can be found here. This one only requires d3.js. There is also a nice gallery of d3.js examples including source code.
Upvotes: 1