Tentatively finished up the tabbed area with weekly/monthly/yearly stacked bar charts with dummy data

This commit is contained in:
Jonathan Bobel
2024-05-24 10:29:01 -04:00
parent c6a116c9bb
commit 473eefb5b0
8 changed files with 324 additions and 136 deletions

View File

@@ -129,7 +129,7 @@ const javascripts = () => {
paths.src + 'javascripts/date.js',
paths.src + 'javascripts/loginAlert.js',
paths.src + 'javascripts/dataVisualization.js',
paths.src + 'javascripts/show.js',
paths.src + 'javascripts/dashboardVisualization.js',
paths.src + 'javascripts/main.js',
])
.pipe(plugins.prettyerror())