Style sheet (.grass) on server?

I am using Neo4j version 2.2.0, the community installed on the server. I was able to successfully download the .grass stylesheet, modify it, and then drag it back to the browser. This works fine, but only changes the style on my local machine. Apparently, the .grass file lives in local browser resources.

I would like to save the stylesheet on the server and apply it to all users of my database. Can someone explain to me how I can do this? I did not see anything obvious in the db files or the help documentation.

The closest related question I could find is to Edit or create style graphics for WebAdmin , which seems to mean that it is really impossible.

Cheers andy

+4
source share
2 answers

Starting with version 3.2, you can now set your own .grassfile as the default stylesheet for your Neo4j browser visualization. You can set the configuration in the file neo4j.confas follows:

browser.post_connect_cmd=style <path to your .grass file>

More here

+1
source

At the moment, this is not possible automatically (except for copying / reading the local storage of the browser and updating it in other browsers).

The function works, but is not yet ready for public use.

Neo4j Browser Grass Local Storage

+2
source

All Articles