plotly / angular-plotly.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need access to l2p() and axis._offset

nate-blum opened this issue · comments

Currently I use l2p() and axis._offset to display an overlay using d3. However, the only way I can access these properties is from an event at the moment. I would like to at least get these properties from the initialized() event or at best have some access to the actual plot object.