D3は、データ駆動型のドキュメントを作成するための広範なリポジトリを持つGitHubの組織です。主にJavaScriptとShellを使用しており、d3やd3-shapeなどの有名なプロジェクトが含まれています。これらは視覚化やデータの表現に特化しています。
Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:
Graphical primitives for visualization, such as lines and areas.
Force-directed graph layout using velocity Verlet integration.
[DEPRECATED] A repository for sharing D3.js V3 plugins.
Encodings that map abstract data to visual representation.
Evaluate asynchronous tasks with configurable concurrency.
2D layout algorithms for visualizing hierarchical data.
Extended geographic projections for d3-geo.
Geographic projections, spherical shapes and spherical trigonometry.
Visualize flow between nodes in a directed acyclic network.
Sequential, diverging and categorical color scales.
Compute the Voronoi diagram of a set of two-dimensional points.
Format numbers for human consumption.
Easing functions for smooth animation.
Transform the DOM by selecting elements and joining to data.
Pan and zoom SVG, HTML or Canvas using mouse or touch input.
Compute contour polygons using marching squares.
Interpolate numbers, colors, strings, arrays, objects, whatever!
Array manipulation, ordering, searching, summarizing, etc.
A parser and formatter for delimiter-separated values, such as CSV and TSV.
Color spaces! RGB, HSL, Cubehelix, CIELAB, and more.
Drag and drop SVG, HTML or Canvas using mouse or touch input.
Parse and format times, inspired by strptime and strftime.
Compute the Voronoi diagram of a set of two-dimensional points.
Group two-dimensional points into hexagonal bins.
Two-dimensional recursive spatial subdivision.
A calculator for humanity’s peculiar conventions of time.
Convenient parsing for Fetch.
Animated transitions for D3 selections.
Human-readable reference marks for scales.
The D3 website.
Serialize Canvas path commands to SVG.
An efficient queue for managing thousands of concurrent animations.
Select a one- or two-dimensional region using the mouse or touch.
An archive of the D3 3.x API Reference.
Generate random numbers from various distributions.
Compute the quadtree tiles to display in a rectangular viewport.
Visualizations relationships or network flow with a circular layout.
Clipping and geometric operations for spherical polygons.
A convenient alternative to XMLHttpRequest.
Handy data structures for elements keyed by string.
Geometric operations for two-dimensional polygons.
A minimal, promise-based implementation to require asynchronous module definitions.
Register named callbacks and call them with arguments.
Multi-value syntax for d3-selection and d3-transition.
a home for Mike Bostock's versor.js
DEPRECATED; use rollup/rollup.
The HSV (Hue, Saturation, Value) color space.
A d3 implementation of the CIECAM16 color appearance model.
D3 brand assets.
The HCG (Hue, Chroma, Grayness) color space derived from the Munsell color system.
Common scripts for D3 modules.
DEPRECATED; see d3-polygon’s hull function.
temporary benchmark for d3.blur implementations
d3は、データ視覚化のためのライブラリやツールを構築しています。主なリポジトリには、d3、d3-shape、d3-forceなどがあり、データを視覚的に表現するための基本的な機能を提供しています。
d3は主にJavaScriptとShellを使用しています。これにより、ウェブブラウザ上でデータを動的に視覚化するための強力なツールを提供しています。
はい、d3のリポジトリは全て公開されています。これにより、開発者はリポジトリにアクセスし、コードを使用したり、貢献したりすることができます。