You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! This is the first time for me to construct a relation graph using Datavjs. I get a exception like "undefined is not a function " when I try to run my webpage with using {
var net = new DataV.Force("chart-relation",{"width": 700, "height": 500});
} to create my object. I have readed the "getting start.md" doc, but I just can't find the "compatible.js" in the master folder. Except that, I have included the all files needed. Now I get the exception related above. If you have any solution for this, please let me konw. Thanks advanced!
The text was updated successfully, but these errors were encountered:
Problem again... I try to use force graph, but I'm not clear about the configuration of source. Here is what I code.{
var source=[[id, name, value, source, target, lvalue]];} I write it by following the map in setSource function like this.{id: 0, name: 1, nValue: 2, source: 3, target: 4, lValue: 5}. But there are not any link line on my page. Do I have any mistake? Thanks a lot. @JacksonTian
Hi! This is the first time for me to construct a relation graph using Datavjs. I get a exception like "undefined is not a function " when I try to run my webpage with using {
var net = new DataV.Force("chart-relation",{"width": 700, "height": 500});
} to create my object. I have readed the "getting start.md" doc, but I just can't find the "compatible.js" in the master folder. Except that, I have included the all files needed. Now I get the exception related above. If you have any solution for this, please let me konw. Thanks advanced!
The text was updated successfully, but these errors were encountered: