Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grass styling text-color not working #1945

Open
Kevin-Darty opened this issue Oct 29, 2023 · 0 comments
Open

Grass styling text-color not working #1945

Kevin-Darty opened this issue Oct 29, 2023 · 0 comments

Comments

@Kevin-Darty
Copy link

Description

The properties text-color-external and text-color-internal are not applied.

Reproduce Steps

CREATE (:MyLabel{title:'a'})-[:MY_REL]->(:MyLabel{title:'b'})
:style
relationship.MY_REL {
  color: #337eff; // OK
  text-color-external: #337eff; // Not applied
  text-color-internal: #337eff; // Not applied
}
match (a)-[r:MY_REL]-(b)
return a,r,b

Expected Behavior

Change the external and internal text color

Current Behavior

The "color" value is applied.
The "text-color-external" value is not applied.
The "text-color-internal" value is not applied.

Capture

Your Environment

OS : Windows 10, version 22H2
Web browser : Chrome Version 118.0.5993.118 (Build officiel) (64 bits)
Neo4j Browser / Neo4j: installed on Debian 12 from deb https://debian.neo4j.com stable 5
Neo4j version: 5.13.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant