How to fetch SQLite database values from HTML/CSS/Javascript and display on HTML page in the form of chart/graph?

So basically, i’ve a SQLite database full of data and i want to create an app which can fetch the data and display the data in the form of charts or graphs. So, i chose HTML/CSS/Javascript to do the job. Can somebody please explain the whole procedure with a small example or share me some accurate links???

I don’t know anything about it. Saw some tutorials and found html+css+javascript aesthetically nice. Right now ive written a node.js code to fetch the data from the database but how do i send it to the HTML page and display it in the form of chart/graph?