Problem passing json into jquery graph(flot)
- by Adam McMahon
I trying to retrieve some json to pass into a flot graph. I know that json is right because I hard coded it to check, but I'm pretty sure that I'm not passing right because It's not showing up.
Here's the javascript:
var total = $.ajax({
type: "POST",
async: false,
url: "../api/?key=xxx&api=report&crud=return_months&format=json"…