Merge branch '1544-data-viz-total-message-allowance' into 1484-dashboard-visualizations

# Conflicts:
#	app/assets/sass/uswds/_data-visualization.scss
#	app/assets/sass/uswds/styles.scss
#	app/templates/views/dashboard/dashboard.html
#	app/templates/views/dashboard/template-statistics.html
#	gulpfile.js
#	package-lock.json
This commit is contained in:
Jonathan Bobel
2024-07-17 11:23:53 -04:00
15 changed files with 935 additions and 1127 deletions

View File

@@ -101,7 +101,6 @@ const javascripts = () => {
paths.npm + 'textarea-caret/index.js',
paths.npm + 'cbor-js/cbor.js',
paths.npm + 'socket.io-client/dist/socket.io.min.js',
paths.npm + 'chart.js/dist/chart.umd.js',
paths.npm + 'd3/dist/d3.min.js'
]));
@@ -131,9 +130,8 @@ const javascripts = () => {
paths.src + 'javascripts/date.js',
paths.src + 'javascripts/loginAlert.js',
paths.src + 'javascripts/dataVisualization.js',
paths.src + 'javascripts/dashboardVisualization.js',
paths.src + 'javascripts/dashboardViz.js',
paths.src + 'javascripts/main.js',
paths.src + 'javascripts/sampleChartDashboard.js',
])
.pipe(plugins.prettyerror())
.pipe(plugins.babel({