unchartedsoftware / grafer

Large graph rendering library.
Apache License 2.0
3 stars 2 forks source link

feat: expose adding a layer at a specific index #139

Closed Nithos closed 1 year ago

Nithos commented 1 year ago

Exposing the addLayerAt functionality in the graph controller. Existing function simply calls the new one with no index specified, this should keep things backwards compatible.