How to make D3 Streamgraph vertically
I'm new in D3, so my question probably is pretty simple, but for me it's a big problem right now. Question: How to make Streamgraph vertically? my JSFiddle I have this: I should have this: Fiddle is here JS var dataMetric = [ { "id": 1, "title": "Little Inc", "metrics": { "offers": 665, "shares": 20, "landings": 1124, "leads": 1102, "purchases": 88, "friends": 74 } }, { "id": 2, "title": "Marvin LLC", "metrics": { "offers": 20, "shares": 2, "landings": 20, "leads": 25, "purchases": 28, "friends": 18 } }, { "id": 3, "title": "Hodkiewicz, Jacobson and O'Conner", "metrics": { "offers": 834,