-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
Bug description
Please describe.
When calculating paths, we aggregate many node and link data, often much more than would be reasonable to display. We perform a simple limit in our queries to cap the number of links we're accounting for. As a result, we sometimes might be cutting off a set of links that are dependent on one another. For example, there might be some links that go from $pageview -> insight viewed -> viewed dashboard however, our limit cuts off the data for $pageview -> insight viewed.
If this affects the front-end, screenshots would be of great help.
Expected behavior
The limited data we return should be complete so that paths aren't stranded.
How to reproduce
Internal graph link here
Notice how a start point is defined but there are start points on the visualization that are unrelated. The sankey is rendering stranded links that start at the 2nd or 3rd step but don't have a 1st step