套件: node-d3-array (3.1.1+~cs5.0.5-1)
node-d3-array 的相關超連結
Trisquel 的資源:
下載原始碼套件 node-d3-array:
- [node-d3-array_3.1.1+~cs5.0.5-1.dsc]
- [node-d3-array_3.1.1+~cs5.0.5.orig-internmap.tar.gz]
- [node-d3-array_3.1.1+~cs5.0.5.orig-types-d3-array.tar.gz]
- [node-d3-array_3.1.1+~cs5.0.5.orig.tar.gz]
- [node-d3-array_3.1.1+~cs5.0.5-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Javascript Maintainers (郵件存檔)
- Pirate Praveen
外部的資源:
- 主頁 [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.