A word from our sponsors

Introduction

D3.js (Data-Driven Documents) is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS. D3?s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.

D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. For example, you can use D3 to generate an HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction.

D3 is not a monolithic framework that seeks to provide every conceivable feature. Instead, D3 solves the crux of the problem: efficient manipulation of documents based on data. This avoids proprietary representation and affords extraordinary flexibility, exposing the full capabilities of web standards such as HTML, SVG, and CSS. With minimal overhead, D3 is extremely fast, supporting large datasets and dynamic behaviors for interaction and animation. D3?s functional style allows code reuse through a diverse collection of official and community-developed modules.

Links

General

Docs

Files and Directories

General Files and Directories

File Description
d3.js The main D3 JavaScript library code.
d3.min.js A minified versiont of the D3 JavaScript library code.

Configuration Files

None

Getting Help

See: Dokumentation / Wiki

Readme file:

user@host:~$ less README.md

Install

To install D3.js on Debian:

root@host:~$ wget https://unpkg.com/d3/build/d3.min.js

To install D3.js with NPM:

root@host:~$ npm install d3

Configuration

None

Usage

FIXME

Status Check

None

Recipies

FIXME

this namespace doesn't exist: sw:d3js:recipies

Known Issues

None

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website. More information about cookies