Examples: remove unused myChart variable (#41494)

This commit is contained in:
Julien Déramond 2025-05-25 14:29:41 +02:00 committed by GitHub
parent 1e7a20a24c
commit a61555b6c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -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: [

View File

@ -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: [