0

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

Community
  • 1
  • 1
Ruut
  • 1,091
  • 1
  • 16
  • 29

1 Answers1

2

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

Richard Marr
  • 3,044
  • 1
  • 22
  • 31