Skip to content

Code Repository for Expert Data Visualization by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Expert-Data-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Testing with D3.js

To add somewhere

Build

  • Show how to build custom D3.js libraries by concatting stuff together.
  • Write something about de packaging of D3.js
  • Say we'll just reference the javascript stuff, and don't use commonjs / requirejs or something.
  • Show that you can also reference them to CDNJS or npmCDN or from the d3.js site.
  • Might add workflow to get in production by packaging vendor and common files

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

Run setup

Basic setup of charts

Download a free PDF

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.

https://packt.link/free-ebook/9781786463494

About

Code Repository for Expert Data Visualization by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published