Neo4j 2.0.1 graphstyle.grass for multiple labels
问题 I'm having a hard time setting properties for nodes with multiple labels. My graphstyle.grass file looks like this: node { diameter: 40px; color: #aaaaaa; border-color: #888888; border-width: 1.5px; text-color-internal: #000000; caption: '{name}'; font-size: 12px; } node.foo { color: #aaaaff; } node.bar { color: #aaffaa; } node.bar.a { border-color: #ff0000; } node.bar.b { border-color: #0000ff; } So the intention here is that if you have a label of 'bar' the node is colored a certain way, if