[ 源代码: node-d3-array ]
软件包: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.