graph-drawing-libraries icon indicating copy to clipboard operation
graph-drawing-libraries copied to clipboard

Webpage does not display data

Open coconutlad opened this issue 3 years ago • 0 comments

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?

coconutlad avatar Feb 25 '22 06:02 coconutlad