You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,7 @@ The subkeys are:
136
136
|-------|---------------|-----------|
137
137
|`id`| ID used to identify which ontology is being used, for possibly better integration of a specific ontology (like SNIK). *This seems to be unused.*|`"snik"`|
138
138
|`name`| Displayed name of the ontology. |`"SNIK"`|
139
+
|`legend`| Raw HTML for legend in the bottom left. |`"<span>■ Entity Type</span>"`|
139
140
|`title`| Title of the browser tab. Defaults to `"Ontology Graph"` if not specified. |`"SNIK Ontology Graph"`|
140
141
|`initialView`| Object (probably JSON) which is loaded as the initial view. Consult [snik](./js/config/initialView/snik.json) and [hito](./js/config/initialView/hito.json) as examples. ||
141
142
|`snik`| SNIK-specific configuration. Only used for SNIK. Probably `null` if not the default. See below. |`null`|
0 commit comments