-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
github-tracker-Vanessa #110
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for overall good coding in all section.
@@ -1,4 +1,24 @@ | |||
//DOM-selector for the canvas 👇 | |||
const ctx = document.getElementById('chart').getContext('2d') | |||
const ctx = document.getElementById('chart').getContext('2d'); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
declare ctx but no use....
}; | ||
const myChart = new Chart(document.getElementById('chart'), config); | ||
}; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done chart section nicely.
<script src="./secret.js"></script> | ||
<script src="./script.js"></script> | ||
<script src="./chart.js"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link all js file but script.js will be last in order for better functioning.
Authorization: `token ${API_TOKEN}`, | ||
}, | ||
}; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to use token.
// console.log('nu då?'); | ||
}); | ||
}; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall very good work and effort to display all outcome.
flex-wrap: wrap; | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CSS is very good also. thanks for better css code structure.
No description provided.