Ruut
Ruut

Reputation: 1161

How would I go about making stacked area chart with overlapping areas?

I would like to make an area chart like this: with d3.js javascript library. Is this possible?

I know it is possible to do this with the Google Visualization API, see this answered question

Upvotes: 0

Views: 576

Answers (1)

Richard Marr
Richard Marr

Reputation: 3064

Yes, it's possible. You just need a path element that defines each block, and to specify a fill opacity

Upvotes: 2

Related Questions