gmamaladze / d3-dot-graph

This module provides D3js compatible library to parse and load files in graphviz DOT (.dot) (graph description language) format.
MIT License
37 stars 7 forks source link

Can't get example to work #2

Open mairin opened 5 years ago

mairin commented 5 years ago

Hi, apologies if this is a silly issue - I can load the example from your repo in my browser (Firefox) no issue, but when I try to run the example on my own - for example on jsfiddle.net - it won't work - the svg element appears to just be empty. Here's the jsfiddle I tried:

https://jsfiddle.net/mairin/at1hem5v/5/

Any ideas on what I'm doing wrong?

dregaladodiaz commented 2 years ago

I'm getting following console error from @mairin example

d3-dot-graph.min.js:1 Uncaught ReferenceError: dot$parser$1 is not defined
    at d3-dot-graph.min.js:1
    at d3-dot-graph.min.js:1
    at d3-dot-graph.min.js:1
?editor_console=:150 Uncaught TypeError: d3.dot is not a function
    at ?editor_console=:150

is this project still alive?