cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Bloom recognizing double as string in rule-based style on relationship

I would like to change the size of the relationship arrows in bloom based on the value of a certain relationship property. Through the Neo4J browser, by calling db.schema.relTypeProperties, I see that the type of the property is a Double. However, when I attempt to add rule-based styling to the relationship based on the property, it is interpreting that property as type String. Is there something I am doing wrong here?

1 REPLY 1

Nevermind, I figured it out! It was a problem with the settings in my perspective.