Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

github-tracker-Vanessa #110

wants to merge 4 commits into from

Conversation

vanhaj
Copy link

@vanhaj vanhaj commented Feb 27, 2022

No description provided.

Copy link

@eyahya-khan eyahya-khan left a 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');

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);
};

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>

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}`,
},
};

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å?');
});
};

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;
}
}

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants