Book Image

Mastering D3.js

Book Image

Mastering D3.js

Overview of this book

Table of Contents (19 chapters)
Mastering D3.js
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we created a simple charting package with two components, a layout and a heat map chart. We also discussed the workflow and tasks related to the creation and distribution of a frontend package. We used Grunt with some plugins to concatenate, check the code for errors, test, and minify the assets. We used Vows to create test suites, and Bower to make our package easily installable in third-party frontend projects.

We created a small project with a single web page, which includes the charting package as an external dependency, and used it to visualize the average wind speed by hour and month as a heat map.

In the next chapter, we will learn how to create a data-driven application using third-party data and how to host the application using GitHub pages and Jekyll.