I want to create a, basically, Google analytic behavior flow but with data from a log file. Any tool, c# or JavaScript will work
Asked
Active
Viewed 161 times
0
-
Software recommendations are off-topic, but this type of chart is called a Sankey diagram (and you'll find a ton of Sankey chart generators via Google). – Eike Pierstorff Jun 07 '16 at 05:33
-
That led me down the right path and I ultimately used d3js. Thank you. Please write your comment as a response and I will mark it as the answer – ewassef Jun 08 '16 at 22:05