The application that I'm working on needs to react when the chart renders dialogs. I specifically need to know when div[data-name="compare-dialog" is rendered and destroyed, but probably more useful would be to trigger a callback whenever any dialog changes visibility and to pass to callback dialog name and boolean indicating if it's visible as arguments.
The application that I'm working on needs to react when the chart renders dialogs. I specifically need to know when
div[data-name="compare-dialog"is rendered and destroyed, but probably more useful would be to trigger a callback whenever any dialog changes visibility and to pass to callback dialog name and boolean indicating if it's visible as arguments.