Encapsule-Annex/jsgraph

jsgraph.directed.create request enhancements

ChrisRus opened this issue · 1 comments

Add public member variables DirectedGraph.name and DirectedGraph.description and include their values in exported data. Optionally accept name/description values as input in serialized data (on construction or via DirectedGraph.fromObject/fromJSON methods.

Convert jsgraph.directed.create to accept either a raw JSON string, raw data export object, or request object containing all optional name/description/data props.

Fixed in 3a24da4