Issues icon indicating copy to clipboard operation
Issues copied to clipboard

Sankey Charts for Traffic Movement

Open winsmith opened this issue 2 years ago • 0 comments

When signals contain a location and a source or a location and destination, we can display the user streams in a Sankey Chart.

Image

  • [ ] Add Sankey as new Chart Type
  • [ ] Prepare data for Sankey
  • [ ] Allow switching between source and destination modes
  • [ ] Allow setting custom field names for source, location and destination

Discussion

The web SDK sends a url parameter and a referrer, so *location would be url and source would be referrer. Using this, the sankey chart can count how many signals have a certain string as referrer.

winsmith avatar Sep 11 '23 11:09 winsmith