INCATools/obographviz

Style an edge based on an edge property

balhoff opened this issue · 0 comments

If we have an edge with a particular property value like this:

{
          "sub" : "RHEA:23719",
          "pred" : "is_a",
          "obj" : "RHEA:45900",
          "meta" : {
            "basicPropertyValues" : [
              {
                "pred" : "http://example.org/is_asserted",
                "val" : true
              }
            ]
          }
        }

Is there a way to give edges like that a particular color (or style like dashed or dotted)?