uber/react-vis

Support dropoffs in sankey diagram

Open

#35 opened on Mar 17, 2016

View on GitHub
 (5 comments) (5 reactions) (0 assignees)JavaScript (8,615 stars) (868 forks)batch import
enhancementextended serieshelp wanted

Description

In order to visualize the lost data/money/visitors, we should be able to show "dropoffs" on the sankey diagram (Google Analytics has a great example). Current d3-sankey does not support this behavior. Most likely we'll have to fork/adjust it.

This task should be implemented after #34.

Contributor guide