mrbrianevans / social-media-export-analyser

Analyse GDPR exports of your data from big social media companies
https://social-media-export-analyser-mrybc.ondigitalocean.app/
MIT License
1 stars 0 forks source link

Display time series data in charts #55

Closed mrbrianevans closed 2 years ago

mrbrianevans commented 2 years ago

Depends on #54 to provide data.

Time series data should be shown to the user in charts.

One possible library to use to achieve this is svelte-fusioncharts.

mrbrianevans commented 2 years ago

image

Got FusionCharts working. Just need to lay them out in tabs.

mrbrianevans commented 2 years ago

Use svelte-heatmap to show time series as well. Very nice visualisation, and customisable for the theme.

mrbrianevans commented 2 years ago

See layercake for a low level charting API in Svelte.

mrbrianevans commented 2 years ago

wholePage-dark

Visualisations for time series have been added. Breakdowns by day of week and month of year, the whole time series and a annual heatmap. All with export options.