Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open-source flow visualization tool

Is there any open source Javascript-based tool with API support that can generate flow visualization like that of the Google Analytics Visitor Flow?

enter image description here

like image 334
Orion Avatar asked Jun 26 '13 11:06

Orion


1 Answers

I would use the D3 JavaScript library:

  • http://d3js.org/ check out the example page(https://github.com/mbostock/d3/wiki/Gallery) they have some next page flow concepts
like image 187
Roberto Carlos Marte Avatar answered Oct 05 '22 08:10

Roberto Carlos Marte