timelyportfolio / rCharts_d3_sankey

rCharts implementation of d3 sankey plugin
54 stars 87 forks source link

Freezing chart #5

Closed jaganadhg closed 10 years ago

jaganadhg commented 10 years ago

Hi, I was trying to create a 3 layer sankey with 3 connections from each node . Most of the time it is showing the following error "A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.

Script: http://127.0.0.1:5754/rCharts_d3_sankey-gh-pages/js/sankey.js:120"

Any way to resolve it

Jagan

jaganadhg commented 10 years ago

Hi I found the answer. My adjacency matrix had some loops.

Best rgards

Jagan