Reputation: 1161
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
Reputation: 3064
Yes, it's possible. You just need a path element that defines each block, and to specify a fill opacity
Upvotes: 2