statgen / locuszoom

A Javascript/d3 embeddable plugin for interactively visualizing statistical genetic data from customizable sources.
https://statgen.github.io/locuszoom/
MIT License
156 stars 29 forks source link

API methods to support removing/reordering data layers within a panel #75

Closed Frencil closed 7 years ago

Frencil commented 8 years ago

While the API methods and UI elements for programatically adding, removing, and rearranging panels on a populated LocusZoom plot are fairly mature at this point, analogous methods for data layers are not.

Presently it is possible to programatically add a data layer with Panel.addDataLayer(). That's about it.

What's needed:

Frencil commented 7 years ago

This has been implemented as of v0.5.2.