diff --git a/site/src/assets/examples/dashboard-rtl/dashboard.js b/site/src/assets/examples/dashboard-rtl/dashboard.js index bdb3029d3d..590eb3e384 100644 --- a/site/src/assets/examples/dashboard-rtl/dashboard.js +++ b/site/src/assets/examples/dashboard-rtl/dashboard.js @@ -5,8 +5,7 @@ // Graphs const ctx = document.getElementById('myChart') - // eslint-disable-next-line no-unused-vars - const myChart = new Chart(ctx, { + new Chart(ctx, { type: 'line', data: { labels: [ diff --git a/site/src/assets/examples/dashboard/dashboard.js b/site/src/assets/examples/dashboard/dashboard.js index a60b39356a..0bae98736b 100644 --- a/site/src/assets/examples/dashboard/dashboard.js +++ b/site/src/assets/examples/dashboard/dashboard.js @@ -5,8 +5,7 @@ // Graphs const ctx = document.getElementById('myChart') - // eslint-disable-next-line no-unused-vars - const myChart = new Chart(ctx, { + new Chart(ctx, { type: 'line', data: { labels: [