Skip to content

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.

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

display: flex;
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