D3.js Arrays Statistics API Complete Reference Last Updated : 02 Jan, 2022 Comments Improve Suggest changes Like Article Like Report The D3 is an abbreviation of Data-Driven Documents, and D3.js is a resource JavaScript library for managing documents based on data. D3 is one of the most effective frameworks to work on data visualization. The Statistics API is used for computing the basic summary statistics. Statistics: D3.js min() FunctionD3.js minIndex() FunctionD3.js max() FunctionD3.js maxIndex() FunctionD3.js extent() FunctionD3.js sum() FunctionD3.js mean() FunctionD3.js median() FunctionD3.js mode() FunctionD3.js cumsum() FunctionD3.js rank() FunctionD3.js quantile() FunctionD3.js quantileSorted() FunctionD3.js variance() FunctionD3.js deviation() FunctionD3.js fcumsum() FunctionD3.js fsum() FunctionD3.js adder() FunctionD3.js adder.add() FunctionD3.js adder.valueOf() Function Comment More infoAdvertise with us Next Article D3.js Arrays Statistics API Complete Reference kartik Follow Improve Article Tags : JavaScript Web Technologies D3.js Similar Reads D3.js Arrays Search API Complete Reference The D3 is an abbreviation of Data-Driven Documents, and D3.js is a resource JavaScript library for managing documents based on data. D3 is one of the most effective frameworks to work on data visualization. The Search API is used for searching the arrays for a specific element. Search: D3.js least() 1 min read D3.js Arrays Transformations API Complete Reference The D3 is an abbreviation of Data-Driven Documents, and D3.js is a resource JavaScript library for managing documents based on data. D3.js is one of the most effective frameworks to work on data visualization. The Transformations API is used to transform arrays and generate new arrays. Transformatio 1 min read D3.js Shapes Areas API Complete Reference The D3 is an abbreviation of Data-Driven Documents, and D3.js is a resource JavaScript library for managing documents based on data. D3 is one of the most effective frameworks to work on data visualization. Shapes Areas: D3.js area() FunctionD3.js area.x() FunctionD3.js area.x0() FunctionD3.js area. 1 min read D3.js Shapes Arcs API Complete Reference The D3 is an abbreviation of Data-Driven Documents, and D3.js is a resource JavaScript library for managing documents based on data. D3 is one of the most effective frameworks to work on data visualization. Shapes Arcs: D3.js arc() FunctionD3.js arc.centroid() FunctionD3.js arc.innerRadius() Functio 1 min read D3.js Timers API Complete Reference The D3 is an abbreviation of Data-Driven Documents, and D3.js is a resource JavaScript library for managing documents based on data. D3 is one of the most effective frameworks to work on data visualization. Shapes Timers: D3.js now() FunctionD3.js timer() FunctionD3.js timer.restart() FunctionD3.js 1 min read Like