Questions tagged [stream-graph]

chart used for plotting time series data by their relative area

chart used for plotting time series data by their relative area

47 questions
0
votes
1 answer

MNaN and NaN coordinates on a d3.js streamgraph

I'm trying to re-create the interactive streamgraph presented on GitHub, with data that I'm obtaining from a Web Service. I'm using the same code from the sample on GitHub to generate the graph, however I'm getting MNaN and NaN coordinates for the…
Deniz
  • 53
  • 2
  • 7
0
votes
0 answers

Modifying the positions of streams in the D3 stream graph

I am trying to build a D3 visualization similar to this: (Source) I originally started trying to modify Bostock's example of a gradient bump, but I'm leaning towards the idea that perhaps the stream graph layout would serve me better here. I'm…
Jason Heppler
  • 706
  • 9
  • 29
1 2 3
4