Occurs simply by including the flot code in my project. Error occurs, among many other places, at jquery.flot.canvas.js?body=1:339
In the console:
$.plot
> undefined
So, of course, when I try the "getting started" code, which includes a call to $.plot(...), I get
Uncaught TypeError: $.plot is not a function
Am I missing something? Is there more I need to install? It seems like I have the flot and jquery code, but why can't I use $.plot()?