I tried that example but 

r[col] = row.row[index];

returns ncaught TypeError: Cannot read property '0' of undefined


Am Mittwoch, 25. März 2015 19:26:44 UTC+1 schrieb Michael Hunger:
>
> Sorry: https://github.com/jexp/cy2neo/blob/master/scripts/neo.js#L7
>
> Am 24.03.2015 um 17:54 schrieb Andreas Dernbauer <[email protected] 
> <javascript:>>:
>
> Hi 
>
> I am new to d3.js, hopefully someone can help me.
>
> I tried since days to get data from NEO4J within the d3.js.
>
> As far as I have learned it must be something with d3.xhr but it doesn't 
> work
>
> I tried the following:
>
> var sql ='{"statements":[{"statement":"MATCH (a)-[:`srcChildOf`]->(b) RETURN 
> a,b",   "resultDataContents":["graph"]}]}';
> d3.xhr('http://localhost:7474/db/data/transaction/commit',sql,function(error,data){})
>
>
> can someone help me.
>
>
> Thank you regards from Vienna.
>
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] <javascript:>.
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to