
Автор: Malcolm Maclean
Издательство: Leanpub
Год: 2021-06-20
Страниц: 411
Язык: английский
Формат: pdf (true), epub
Размер: 27.1 MB
Tips and tricks for using D3.js (version 7), one of the leading data visualization tools for the web. It's aimed at getting you started and moving you forward. D3.js can help you make data beautiful. D3 Tips and Tricks is a book written to help those who may be unfamiliar with jаvascript or web page creation get started turning information into visualization. D3.js (hereafter abridged as D3) is “a jаvascript library for manipulating documents based on data”. But that description doesn’t do it justice. D3 is all about helping you to take information and make it more accessible to others via a web browser. It’s a jаvascript library. That means that it’s a software tool that can be used in conjunction with other software tools to achieve a task. Those other tools are based on web standards such as HTML, SVG and CSS but we don’t need to know too much about them to start using D3 (although it will help :-)). It’s an open framework, which means that there are no hidden mysteries about how it does its magic and it allows others to contribute to a constant cycle of improvement.