Closed jwildfire closed 5 years ago
webcharts is being updated with a chart.destroy() method. Lets add support for that functionality here as well.
destroy()
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.
safetyHistogram
onDestroy()
No testing needed, per Spencer.
webcharts is being updated with a chart.destroy() method. Lets add support for that functionality here as well.
Test notes
destroy()
is a webcharts method that in this renderer also destroys the listing.