reading-notes

Reading Journal

This topic is important because it allows us to style our webpages in ways that would not be possible otherwise. It also allows us choose from different charts or tables in order to convey our data to the end user. Since the <canvas> tag is native to HTML, we have less to worry about in terms of browser compatability.

Reading

JavaScript Canvas

1. What does the <canvas> allow a developer to achieve?

2. What is the importance of the closing </canvas> tag?

3. Explain what the getContext() method does.

Chart.js Documentation

1. What is Chart.js and how can it be brought into your project?

2. List 3 different Chart types you can create using Chart.js.

Easily Create Stunning Animated Charts with Chart.js

1. What are some advantages to displaying data via a chart over a table?

2. How could Chart.js aid your previously created applications visually?

Things I want to know more about.

I want to learn how to implement these various charts into webpages in meaningful and informational ways. I’d love to see examples of the various charts and their suggested use cases.