Reputation: 161
How can I plot realtime data with JQuery, Ajax?
The data will be fetched from MySQL/SQL database. I want to show this realtime graph on a JSP page.
Upvotes: 1
Views: 804
Reputation: 672
My suggestion is to use CanvasJS. It really helps you for easiest and dynamic data plotting. Checkout JSP Demo Gallery
Check this page for an chart rendered from JSON file using AJAX request.
Upvotes: 6