-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Class 'App\Http\Controllers\Lava' not found" - AJAX query #317
Comments
UPDATE: I changed the function in the controller as you can see here:
Now I'm getting success response, but I'm trying to figure out how to call the graph properly. When I use $("#results").append(pizzares); on the success: function(pizzares) of $.ajax, this is what I got:
I suppose that the graph itself should be in the empty tag. Any idea of how to properly call the graph on my view? Thanks in advance |
UPDATE: I solved the issue. The problem was in the line I solved the issue by changing to I leave the issue open in case there is any comment anyone want to make. |
What Version?
Issue
Controller Code (chart creation code)
View Code
The text was updated successfully, but these errors were encountered: