Merge remote-tracking branch 'origin' into 1484-dashboard-visualizations

This commit is contained in:
Jonathan Bobel
2024-06-07 11:07:12 -04:00
14 changed files with 344 additions and 98 deletions

View File

@@ -100,7 +100,9 @@ const javascripts = () => {
paths.npm + 'query-command-supported/dist/queryCommandSupported.min.js',
paths.npm + 'timeago/jquery.timeago.js',
paths.npm + 'textarea-caret/index.js',
paths.npm + 'cbor-js/cbor.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'
]));
// JS local to this application
@@ -131,7 +133,7 @@ const javascripts = () => {
paths.src + 'javascripts/dataVisualization.js',
paths.src + 'javascripts/dashboardVisualization.js',
paths.src + 'javascripts/main.js',
paths.src + 'javascripts/chartDashboard.js',
paths.src + 'javascripts/sampleChartDashboard.js',
])
.pipe(plugins.prettyerror())
.pipe(plugins.babel({