added sampleChartDashboard.js

This commit is contained in:
Beverly Nguyen
2024-06-06 10:05:36 -07:00
parent f98cff8d40
commit e413f8c640
3 changed files with 3 additions and 3 deletions

View File

@@ -22,8 +22,8 @@
Messages sent
</h2>
<button id="sevenDaysButton">7 Days</button>
<canvas id="myChart" data-service-id="{{ service_id }}"></canvas>
<!-- <button id="sevenDaysButton">7 Days</button>
<canvas id="myChart" data-service-id="{{ service_id }}"></canvas> -->
{{ ajax_block(partials, updates_url, 'inbox') }}
{{ ajax_block(partials, updates_url, 'totals') }}

View File

@@ -127,7 +127,7 @@ const javascripts = () => {
paths.src + 'javascripts/date.js',
paths.src + 'javascripts/loginAlert.js',
paths.src + 'javascripts/main.js',
paths.src + 'javascripts/chartDashboard.js',
paths.src + 'javascripts/sampleChartDashboard.js',
])
.pipe(plugins.prettyerror())
.pipe(plugins.babel({