I'm trying to test charts and graphs in an app, so I created a new javascript file following the directions here: http://help.gotiggr.com/documentation...
The file that I uploaded was RGraph.Line.js, which is from the RGraph graphing library: http://www.rgraph.net/docs/line.html
I had assumed I could instantiate a graph using something like
var line = new RGraph.Line("myLine", data);
but that line fails. What is the proper way to reference uploaded javascript files?