Book Image

jQuery for Designers Beginner's Guide Second Edition

By : Natalie Maclees
Book Image

jQuery for Designers Beginner's Guide Second Edition

By: Natalie Maclees

Overview of this book

Table of Contents (21 chapters)
jQuery for Designers Beginner's Guide Second Edition
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Showing graphs and charts


In some cases, a table is the ideal way of presenting a set of data. At other times, it would be more helpful to see that data visualized as a chart or a graph. Unfortunately, charts and graphs can be challenging to present in HTML. Without the help of JavaScript, we are stuck using static images to present graphs, which can then be difficult to update when the data changes.

This is when jQuery comes to the rescue. In this section, we'll take a look at using the Visualize plugin to turn tables of data into graphs and charts. The best part is that site visitors without JavaScript enabled will still have access to the data in the form of an HTML table, so nobody misses out on what we're trying to share. The data also remains accessible for those who visit our page and who might have visual impairment or other disabilities that would prevent them from consuming the data if it were presented in a static image.