VisualDataWeb / WebVOWL

Visualizing ontologies on the Web
http://vowl.visualdataweb.org/webvowl.html
MIT License
695 stars 203 forks source link

Resolved Issue of Cardinality in WebVOWL #187

Closed nandikajain closed 2 years ago

nandikajain commented 2 years ago

Fixes #177 #155

As pointed out on the issue thread,

when only maxCardinality is defined (and minCardinality isn't specified), we should set the minimum cardinality as 0 and reflect the same in generateCardinalityText().

Screenshots: Before before After after

nandikajain commented 2 years ago

@vitalis-wiens @steffen-l Also, the readme did not state how to run WebVOWL locally, so I have updated the README for the same as well.