Closed
Description
The afterplot
event isn't fired until the chart is interacted with in some way. It seems like this isn't the intention? I'd like to be able to hook to an event that is fired when the chart is finished loading for the first time.
Reproduction:
- Go here: http://codepen.io/plotly/pen/QbZmZY
- Open your console
- Reload the page and observe that no event is fired.
If this is not the intention, do you have a recommended workaround?
Thanks. :)