RhoInc / safety-histogram

Histogram showing distribution of lab measures, vital signs and other measures related to safety in clinical trials.
MIT License
1 stars 1 forks source link

Support chart.destroy() #30

Closed jwildfire closed 5 years ago

jwildfire commented 7 years ago

webcharts is being updated with a chart.destroy() method. Lets add support for that functionality here as well.

Test notes

samussiah commented 5 years ago

safetyHistogram still returns a Webcharts object, so it's got a destroy() method. We'd also want to destroy the listing, so that should be done in the onDestroy() callback.

dschwentker commented 5 years ago

No testing needed, per Spencer.