Reputation: 344
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
Reputation: 4461
Check this answer, I would suggest to go with option 2 and use a javascript library like highcharts.
Upvotes: 1