I've started writing it as a plugin, but have been hung up on one little thing:
- I can't seem to access some of the graph object's properties, even though they show up in console.log(varname), they give 'undefined' when I actually try to use them.
Take a look at the attached pic.
Why does the .axes.x.scale give me "undefined"? It's clearly present!
Thanks for any tips!

P.S. I'm attempting to access the .scale variable so I can draw leader lines which correspond to each last endpoint WITHIN the 'graph scale', and then run to some labels I have which are not within the actual graph.