AtriEx / ATX

10 stars 1 forks source link

[FE] Graph Components #52

Open Sovamorco opened 3 months ago

Sovamorco commented 3 months ago

A reusable Svelte Graph component which can be used when looking at any given stock, and also on the users profile page.

Should use some pre-existing chart/graph library, and is designed to chart any given dataset of values over time.


Imported from trello

Sovamorco commented 3 months ago

Imported from trello Original author: craaazy_steeeve


Could use :https://madewithsvelte.com/svelte-chartjs

It’s a Svelte wrapper for chart.js: https://www.chartjs.org/

Sovamorco commented 3 months ago

Imported from trello Original author: craaazy_steeeve


I am using Svelte-ChartJs. For future reference, ChartJS documentation can be found here: https://www.chartjs.org/docs/latest/charts/line.html