パッケージ: node-d3-array (3.2.0+~cs5.0.6-2)
node-d3-array に関するリンク
Debian の資源:
node-d3-array ソースパッケージをダウンロード:
- [node-d3-array_3.2.0+~cs5.0.6-2.dsc]
- [node-d3-array_3.2.0+~cs5.0.6.orig-internmap.tar.gz]
- [node-d3-array_3.2.0+~cs5.0.6.orig-types-d3-array.tar.gz]
- [node-d3-array_3.2.0+~cs5.0.6.orig.tar.gz]
- [node-d3-array_3.2.0+~cs5.0.6-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [d3js.org]
類似のパッケージ:
Array manipulation, ordering, searching, summarizing, etc
Data in JavaScript is often represented by an array, and so one tends to manipulate arrays when visualizing or analyzing data. Some common forms of manipulation include taking a contiguous slice (subset) of an array, filtering an array using a predicate function, and mapping an array to a parallel set of values using a transform function.
Before looking at the set of utilities that this module provides, familiarize yourself with the powerful array methods built-in to JavaScript.
Node.js is an event-based server-side JavaScript engine.