Hasini Silva
Hasini Silva

Reputation: 344

Auto generating graph for website

I'm using java spring for backend of my website. I need to add some auto generating graphs to it. But I'm not sure for what I should look for. Should I use a Javascript library or can I do it in java as a backend function? This is my first time using this functionality.

P.S. I have to deal with a often updating database to fetch data for those graphs.

Upvotes: 0

Views: 245

Answers (1)

Chirdeep Tomar
Chirdeep Tomar

Reputation: 4461

Check this answer, I would suggest to go with option 2 and use a javascript library like highcharts.

Plot Graph In web application

Upvotes: 1

Related Questions