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.
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.
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>
In our examples, we'll run them locally, which provides the best experience when developing.
https://bost.ocks.org/mike/chart/
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.