biocore / emperor

Emperor a tool for the analysis and visualization of large microbial ecology datasets
http://biocore.github.io/emperor/
Other
52 stars 50 forks source link

Add new methods to render individual Emperor components #786

Closed ElDeveloper closed 3 years ago

ElDeveloper commented 3 years ago

Adding 4 new methods that will make integration with Empress much more straightforward. Before we were stripping the formatted HTML based on line numbers. Now CSS, HTML and JS blocks can be individually rendered via dedicated methods. In addition, custom code can be added via the js_on_ready attribute.

I updated the documentation to reflect these changes.

Fixes #777

ElDeveloper commented 3 years ago

Thanks @antgonza!