SubrataG
SubrataG

Reputation: 161

How to show Realtime/Streaming Graph on Jsp page

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

Answers (1)

Harisudhan. A
Harisudhan. A

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

Related Questions