PacktPublishing / Expert-Data-Visualization

Code Repository for Expert Data Visualization by Packt
MIT License
6 stars 6 forks source link

Expert Data Visualization

This is the code repository for Expert Data Visualization, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

This book is great for you if you are a JavaScript developer and want to start creating data visualizations. This book will explain all the steps you need to take to create beautiful interactive visualizations using D3.js and show you examples, which you can reuse and extend for your own purposes. This book will also explain how to prepare the data to be visualized.

Instructions and Navigations

All of the codes are organized as per the chapters, in the src folder.
For example: Expert-Data-Visualization/src/chapter-01/D01-01.html

The code will look like the following:

<script>
  (function() {
    show();
  })();
</script>

Related Products

Visualization to use as inspiration

To add somewhere

To add somewhere

Build

In our examples, we'll run them locally, which provides the best experience when developing.

Run setup

Basic setup of charts