anvaka / graph-drawing-libraries

Trying to compare known graph drawing libraries
https://anvaka.github.io/graph-drawing-libraries/#/all
585 stars 44 forks source link

Webpage does not display data #25

Open coconutlad opened 2 years ago

coconutlad commented 2 years ago

Hi! Firstly, thank you for your work on graph libraries in JS and for maintaining this list.

I noticed that the webpage seems broken and does not display info. Although that's not really an issue since the README here has good info on the libraries, I thought I should share it with you.

This is what the page looks like: Screenshot 2022-02-25 112421

And the console shows these errors: Screenshot 2022-02-25 112439

Somehow, the console errors in Firefox are different. This message is repeated many times:

TypeError: libraryName is undefined
    getRoute https://anvaka.github.io/graph-drawing-libraries/bundle.js:1262
    fn0 https://anvaka.github.io/graph-drawing-libraries/external.min.js line 242 > Function:4
    g https://anvaka.github.io/graph-drawing-libraries/external.min.js:131
    $digest https://anvaka.github.io/graph-drawing-libraries/external.min.js:148
    $apply https://anvaka.github.io/graph-drawing-libraries/external.min.js:151
    r https://anvaka.github.io/graph-drawing-libraries/external.min.js:164
    e https://anvaka.github.io/graph-drawing-libraries/external.min.js:48
    c https://anvaka.github.io/graph-drawing-libraries/external.min.js:51
external.min.js:124:303

Since the GitHub README page of this repo already has very helpful information about the libraries, maybe you could consider adding a link to this README instead of the website in the VivaGraphJS repo?