support@brahmaait.com
+91 9446355222

D3.JS

“Data are raw facts. The word raw indicates that the facts have not yet been processed to reveal their meaning… Information is the result of processing raw data to reveal its meaning.”
– Rob P., S. Morris, and Coronel C. 2009

Creating visuals and info-graphics from data enables us to see the hidden insights in it. After all, a picture is worth a thousand words! It makes the essence of our data easy to understand and act upon. 90% of the data transmitted to the brain is visual; visuals are processed 60000 times faster in the brain than text. Interactive visuals are even better; they can be filtered and highlighted by the user. Visuals help in conveying a message about the company to managers or clients. They also help influence important business decisions. They help us answer questions about our data with ease.

Visuals can be both beautiful and functional, but not too complex to understand. First, your visuals need to project an overview – what is the take away message and what are the most significant figures? Next, you user an zoom, scroll, sort, filter, drill down, open, close, etc. to view further details.

D3.JS (Data Driven Documents) is an open source Javascript library used to present data in a visual form. It is a powerful library used mainly for complex and non-standard data visualization. There are any examples of complex visuals available on the Internet. All you need is a code editor, a local HTTP server and a web browser.

D3.JS allows us to manipulate the DOM (Document Object Model), that is, we can select elements and apply transformations to them. The Data Binding feature allows us to populate or manipulate DOM elements in real-time.

D3.JS is built on these common web standards:

  • HTML – HyperText Markup Language
  • CSS – Cascading Stylesheets
  • DOM – Document Object Model
  • SVG – Scalable Vector Graphics

Leave a Reply