Skip to content

github-tracker-Vanessa#110

Open
vanhaj wants to merge 4 commits intoTechnigo:mainfrom
vanhaj:main
Open

github-tracker-Vanessa#110
vanhaj wants to merge 4 commits intoTechnigo:mainfrom
vanhaj:main

Conversation

@vanhaj
Copy link
Copy Markdown

@vanhaj vanhaj commented Feb 27, 2022

No description provided.

Copy link
Copy Markdown

@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.

//DOM-selector for the canvas 👇
const ctx = document.getElementById('chart').getContext('2d')
const ctx = document.getElementById('chart').getContext('2d');

Copy link
Copy Markdown

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

Copy link
Copy Markdown

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>
Copy link
Copy Markdown

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

Copy link
Copy Markdown

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

Copy link
Copy Markdown

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.

display: flex;
flex-wrap: wrap;
}
}
Copy link
Copy Markdown

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