Sean Lynch

Results 122 comments of Sean Lynch

That might be a descent approach (not to burden you more though). We could stay synced based on your API and as time goes on we could drop d3-sankey. I...

Sounds good On Thu, Jun 14, 2018, 7:56 PM Tom Shanley wrote: > i may just incorporate the parts that a different and switch based on the > presence of...

This is an old example I created that you might find useful: https://codesandbox.io/s/njvoqwj24

Might be completely off topic here, but you might want to look at how OData has implemented aggregation as it's rather flexible and covers a lot of complex use cases....

One of the more complex patterns is applying a filter before aggregation and another after. I have an example of this in my README (you can also look at the...

I believe the technique I’ve seen using straight d3.js is to render 2 trees with each root at the middle/overlapping. For example: http://bl.ocks.org/jdarling/2503502 You should be able to use 2...

Hmm, I've not done this myself so I can't be of much more help right now. You might be able get away using a Polar coordinate system and adjust the...

@aoloo Sorry I haven't had this use case myself thus far. When I'm looking for new examples / approaches I'll typically look at [d3 observables](https://observablehq.com) and port to React /...

@kevinxia787 @williaster Coincidently I've been looking at these / bump charts lately (but haven't attempted an example yet). Here are some examples I've seen that might be useful for reference:...

Beginning support / example: https://codesandbox.io/s/njvoqwj24 Based on [d3-sankey-circular](https://github.com/tomshanley/d3-sankey-circular), although [d3-sankey-diagram](https://github.com/ricklupton/d3-sankey-diagram) had some nice [features](https://ricklupton.github.io/d3-sankey-diagram/)