INTRODUCTION TO DATA-VISUALIZATION

INTRODUCTION TO DATA-VISUALIZATION

ยท

2 min read

You must have come across vivid interactive graphs, maps, charts, etc! Playing with it is really fun,No?๐Ÿ˜๐Ÿ˜.Ex. The GDP of a country in the last years , a pitching map in Cricket, etc! It is very obvious to wonder where do they come from?, how do they make it?? The answer lies in A library written in javaScript!!!

D3 is a javascript library which manipulates the data to make a pictorial representation out of it ! D3 stands for (DATA DRIVEN DOCUMENTS).D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document.D3 is a JavaScript library to create dynamic and interactive data visualizations in the browser. It's built to work with common web standards, namely HTML, CSS, and Scalable Vector Graphics (SVG).

In simplicity, D3 takes input data and maps it into a visual representation of that data. The library has been built in such a way that it is very easy for a beginner to make use of it.If you encounter a problem like this, the easy and convenient solution to this D3!! I Hope I shared something which may be useful to you in some ways!!

Learn More At D3's original site. D3 Site

Thanks For Reading:)