Giter VIP home page Giter VIP logo

Comments (7)

gmamaladze avatar gmamaladze commented on September 27, 2024

My guess is that it fails to load data. How do you run it?

from d3-dot-graph.

baswag avatar baswag commented on September 27, 2024

I run it on XAMPP 7.1.1 with a Chrome 51 derivate (can't use a newer Version because of security policies)

from d3-dot-graph.

gmamaladze avatar gmamaladze commented on September 27, 2024

Ok. I see. So let me check again. You get this error also when you open this link example right?
If so I need to check for compatibility issues.

from d3-dot-graph.

baswag avatar baswag commented on September 27, 2024

The error is also thrown ehen using the link.

from d3-dot-graph.

paulbauriegel avatar paulbauriegel commented on September 27, 2024

I got this error as well, not with the example but with other dot files. When I'm catching the exception like this:

d3.dot("the.dot", function(graph, error) {//the.dot
    if (error) throw error;

I get following error log:

ReferenceError: _ is not defined
    at peg$c23 (d3-dot-graph.js:205)
    at peg$parseaList (d3-dot-graph.js:1287)
    at peg$parseattrListBlock (d3-dot-graph.js:1138)
    at peg$parseattrList (d3-dot-graph.js:1058)
    at peg$parseattrStmt (d3-dot-graph.js:768)
    at peg$parsestmt (d3-dot-graph.js:732)
    at peg$parsestmtList (d3-dot-graph.js:590)
    at peg$parsegraphStmt (d3-dot-graph.js:505)
    at peg$parsestart (d3-dot-graph.js:426)
    at Object.peg$parse [as parse] (d3-dot-graph.js:2415)

from d3-dot-graph.

mingfang avatar mingfang commented on September 27, 2024

I'm also getting the same error with other dot files

from d3-dot-graph.

dregaladodiaz avatar dregaladodiaz commented on September 27, 2024

I got the same error :(
did you find any workaround?

from d3-dot-graph.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.