Fonyx / budgie

A budgeting app using node, express, mysql and heroku
https://fonyx-budgie.herokuapp.com/
0 stars 1 forks source link

Create a timeline chart of the user transactions #22

Open Fonyx opened 3 years ago

Fonyx commented 3 years ago

Using the route: /profile Which returns a list of transactions

Build a timeline chart using chart.js

This chart will use a single canvas object in the html, then dress the canvas using functions in the graphs.js file. Once this MVP is working, further graphs should be built with relative ease