the ontology, can be an object of the Web API interface File or a String representing the .graphol file to be displayed
a DOM element in which the ontology will be rendered in
Optional
config: GrapholscapeConfiga config object, please read more about settings
Create a bare instance of Grapholscape, only diagrams, no widgets
Remarks
Once the promise is fulfilled, you get a Grapholscape. Hence the API you will most likely want to use will be the one of the Grapholscape class. You can change diagram, zoom, focus elements, select them, filter them and so on with that class.
Returns
a promise that will be fulfilled with a Grapholscape object
See