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.

Neovis Generic Relationship Thickness

Is there a way to set relationship edge thickness without specifying the edge label? Say the thickness to be variable based on the width value of the relationship. This applies to all relationships, regardless of type.

Currently, it seems that we have to specify the relationship type in order to do this:

relationships: {
   "INTERACTS": {
      "thickness": "weight"
   }
},
2 REPLIES 2

Can you post this as a GH issue as a feature suggestion?

Just added to the repository's issues: https://github.com/neo4j-contrib/neovis.js/issues/83

Thanks