On 26 Dec 2016, at 15:50, koen <kdwykl...@gmail.com> wrote:
Hi, i a recent post of Rik i saw that starting with neo4j 3.1 you can display a picture / icon representing a node in the browser _i.s.o. the circle) ,, where is it documented how to do that ?
thanks koen
--
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 neo4j+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Koen,are you referring to this tweet of by Rik ? https://twitter.com/rvanbruggen/status/804407817952174084
On 26 Dec 2016, at 15:50, koen <kdwykl...@gmail.com> wrote:
Hi, i a recent post of Rik i saw that starting with neo4j 3.1 you can display a picture / icon representing a node in the browser _i.s.o. the circle) ,, where is it documented how to do that ?
thanks koen
--
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 neo4j+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Neo4j" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neo4j/jdHIM_OH8LE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to neo4j+unsubscribe@googlegroups.com.
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 neo4j+un...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Neo4j" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neo4j/jdHIM_OH8LE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to neo4j+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
If you want to, you can patch github.com/neo4j/neo4j-browserWith some code like the attached patch, which I did a while back.If you have an "image" property on a node it will render it as an svg imagesize would come from the "grass" config also the node-size = image size etc.you can set the size in the code``` image+ .attr("x", "-24px")+ .attr("y", "-24px")+ .attr("width", "48px")+ .attr("height", "48px")```so if you want 128px or 256px pictures or larger just adopt these numbers
Hi, i a recent post of Rik i saw that starting with neo4j 3.1 you can display a picture / icon representing a node in the browser _i.s.o. the circle) ,, where is it documented how to do that ?
thanks koen
src/browser/modules/D3Visualization/lib/visualization/renders/init.coffee
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Neo4j" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neo4j/jdHIM_OH8LE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to neo4j+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Groeten / Best Regards,
Koen
--
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 neo4j+un...@googlegroups.com.