套件: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.