Tuesday, 11 February 2020

Chart.js and Node.js

Assume that I want to make a bar chart in HTML. I use node.js as a backend and get data from the database through node.js. I usually will render the data to view into ejs files. Is it possible for me to use database data from node.js then pass it to javascript (client-side) where I am creating the chart.js?

Submitted February 11, 2020 at 01:21PM by tkzlskg

No comments:

Post a Comment